Re: Releasing mouse in -fullscreen

2006-05-12 Thread Tom Whittock
To make the fullscreen xwindows server behave better in a multi monitor setup, use -engine 1 to use the gdi engine type which just creates a normal window that covers the entire screen instead of a direct draw target which bypasses the rest of windows and therefore has some extra restrictions.

Multimonitor gdi screen patch.

2006-05-10 Thread Tom Whittock
Probably picked the wrong list, but here you go. Note I am not subscribed to this list. Here follows a simple patch to the xwin program to enable multiple monitor support for full screen operation using the gdi engine: xwin -fullscreen -engine 1 -screen 0 @1 -screen 1 @2 what used to occur was