GNOME Bugzilla – Bug 705818
wayland: fix a #warning
Last modified: 2013-08-13 07:44:04 UTC
Remove window_surfaces, as the FIXME asks for. We don't need it because we can obtain the surface from the MetaWindow, and follow the wayland compositor path for both types of clients.
Created attachment 251326 [details] [review] wayland: fix a #warning
Review of attachment 251326 [details] [review]: ::: src/compositor/meta-shaped-texture.c @@ +504,3 @@ meta_shaped_texture_new_with_xwindow (Window xwindow) { + return g_object_new (META_TYPE_SHAPED_TEXTURE, NULL); You now don't use "xwindow". Should we remove it entirely?
Attachment 251326 [details] pushed as 03f55b9 - wayland: fix a #warning