summaryrefslogtreecommitdiff
path: root/hw/xwin/winwindowswm.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-29Cygwin/X: Fix multiwindow extwm mode to build againJon TURNEY1-7/+7
Build and link with rootless extension Update Xwin code for removal of RootlessAccelInit() Fix Xwin code which now has a collision with the type name EventType Based on patches from Colin Harrison, Jon Turney and Yaakov Selkowitz Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2008-12-18Xming, Cygwin/X: Tidy up warnings, headers and unused variables (#11132)Colin Harrison1-1/+1
Tidy up various warnings, include headers and unused variables, etc. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0
A grep on xorg/* revealed there's no consumer of this define. Quote Alan Coopersmith: "The consumer was in past versions of the headers now located in proto/x11proto - for instance, in X11R6.0's xc/include/Xproto.h, all the event definitions were only available if NEED_EVENTS were defined, and all the reply definitions required NEED_REPLIES. Looks like Xproto.h dropped them by X11R6.3, which didn't have the #ifdef's anymore, so these are truly ancient now." Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson1-9/+1
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh1-11/+8
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-3/+3
2005-07-04Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includesAlexander Gottwald1-0/+3
handling Warning fixes
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2004-06-21Bug 777: Merge from CYGWIN branchAlexander Gottwald1-0/+663