On Sun, 2011-11-27 at 00:40 +0100, Stefan de Konink wrote: > On Sun, 27 Nov 2011, Chris Debenham wrote: > > > Yes, that is correct. The call to make a window fullscreen is handled by the > > window-manager so you need at least some minimal one running (ratpoison is a > > good minimal one that doesn't show window decorations etc) > > Can't we do a fallback that uses a plain X call to get the correct X/Y of > the root window?
VMware-View 4.5 does this in the Gtk+ client, and the code is available at http://code.google.com/p/vmware-view-open-client/ under LGPL2.1. See Window::FullscreenWindow() in gtk/window.cc of the source release tarball. Most of it is Xlib calls, and just using some gdk functions to make working with atoms clearer. Cheers, -- Christian _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
