Files
test/intern
Diego Borghetti 350d754b16 Add support for GHOST_kWindowState* to Linux.
This add support for the different window state in Linux/X11.
Two think to take care:
	1) m_post_*
	2) motifFullScreen

1) This is only need if we want start a window in FullScreen or Maximized
state. The basic problem is that we can't set this property to a window
until it's really map, so i add a "post init" proccess for this two
special case (check the code for more info).

2) The Motif Hint isn't really a "FullScreen" mode, it's only a
"NO DECORATIONS" options, so if the window manager don't support WM-spec
this function only remove the border of the window, don't make it
FullScreen. A simple fix (hack) is check if the Window Manager support
WM-spec, in case that not, remove the decorations and move/resize the
window.

Test in different WM (gnome, kde, etc) and comment are welcome :)
2008-01-03 21:04:16 +00:00
..
2007-12-13 12:50:36 +00:00
2007-07-12 15:24:08 +00:00
2007-03-27 10:50:03 +00:00
2007-07-04 19:29:59 +00:00
2007-09-02 19:32:22 +00:00
2007-09-12 01:56:50 +00:00
2008-01-01 11:14:25 +00:00