window: Remove width/height from meta_window_new_for_wayland

This commit is contained in:
Jasper St. Pierre
2013-11-19 15:32:33 -05:00
parent ca342c4573
commit d945501be6
3 changed files with 3 additions and 11 deletions

View File

@@ -508,8 +508,6 @@ MetaWindow* meta_window_new_with_attrs (MetaDisplay *display,
MetaCompEffect effect,
XWindowAttributes *attrs);
MetaWindow *meta_window_new_for_wayland (MetaDisplay *display,
int width,
int height,
MetaWaylandSurface *surface);
void meta_window_unmanage (MetaWindow *window,
guint32 timestamp);