diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-05-20 21:32:54 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-06-29 18:00:03 +0100 |
commit | 65d74d93145d22b68bad5728a7ebe38dc662cb21 (patch) | |
tree | 0f456370142367b6639e202535f0066a43084de2 /miext | |
parent | 638ca9a7a2363757dc5b5d456e10d34f6f158885 (diff) |
Cygwin/X: Fix multiwindow extwm mode to build again
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>
Diffstat (limited to 'miext')
-rw-r--r-- | miext/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/miext/Makefile.am b/miext/Makefile.am index f138963b4..73a6577ae 100644 --- a/miext/Makefile.am +++ b/miext/Makefile.am @@ -5,4 +5,7 @@ endif if XQUARTZ SUBDIRS += rootless endif +if XWIN +SUBDIRS += rootless +endif DIST_SUBDIRS = damage shadow cw rootless |