wayland: Also synthesize a configure event from gdk_window_wayland_move_resize

This commit is contained in:
Kristian Høgsberg
2012-01-29 07:15:12 -05:00
parent 1cf1fbdbbf
commit aae9a71986
2 changed files with 33 additions and 28 deletions

View File

@ -45,10 +45,6 @@
#define GDK_WINDOW_IS_WAYLAND(win) (GDK_IS_WINDOW_IMPL_WAYLAND (((GdkWindow *)win)->impl))
GType _gdk_wayland_window_get_type (void);
void _gdk_wayland_window_update_size (GdkWindow *window,
int32_t width,
int32_t height,
uint32_t edges);
void _gdk_wayland_window_add_focus (GdkWindow *window);
void _gdk_wayland_window_remove_focus (GdkWindow *window);