summaryrefslogtreecommitdiff
path: root/src/waffle/glx/glx_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/waffle/glx/glx_window.h')
-rw-r--r--src/waffle/glx/glx_window.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/waffle/glx/glx_window.h b/src/waffle/glx/glx_window.h
index 5aed497..b4fd7f9 100644
--- a/src/waffle/glx/glx_window.h
+++ b/src/waffle/glx/glx_window.h
@@ -46,8 +46,9 @@ DEFINE_CONTAINER_CAST_FUNC(glx_window,
struct wcore_window*
glx_window_create(struct wcore_platform *wc_plat,
struct wcore_config *wc_config,
- int width,
- int height);
+ int32_t width,
+ int32_t height,
+ const intptr_t attrib_list[]);
bool
glx_window_destroy(struct wcore_window *wc_self);