[waffle] [PATCH 1/3] android: compilation fix
Emil Velikov
emil.l.velikov at gmail.com
Wed Jan 28 04:08:38 PST 2015
The function declaration of droid_window_create did not match
the function definition. Update the former.
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
src/waffle/android/droid_window.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/waffle/android/droid_window.h b/src/waffle/android/droid_window.h
index b4288d0..deaec01 100644
--- a/src/waffle/android/droid_window.h
+++ b/src/waffle/android/droid_window.h
@@ -52,7 +52,8 @@ struct wcore_window*
droid_window_create(struct wcore_platform *wc_plat,
struct wcore_config *wc_config,
int32_t width,
- int32_t height);
+ int32_t height,
+ const intptr_t attrib_list[]);
bool
droid_window_destroy(struct wcore_window *wc_self);
--
2.1.3
More information about the waffle
mailing list