[ANNOUNCE] xextproto 7.0.99.1

2009-07-17 Thread Colin Harrison
Hi, Xdbeproto.h was renamed to dbeproto.h. xserver/dbe/dbestruct.h master still includes Xdbeproto.h but dbe will not compile, for me, if changed to include dbeproto.h instead? Thanks, Colin ___ xorg mailing list xorg@lists.freedesktop.org

[ANNOUNCE] xextproto 7.0.99.1

2009-07-17 Thread Colin Harrison
Hi, No problem, just spotted http://lists.x.org/archives/xorg-devel/2009-July/001437.html and that fixed the problem for me. Thanks Colin ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

[ANNOUNCE] inputproto 1.9.99.13

2009-07-12 Thread Colin Harrison
Hi, Needs some additions? --- save_XI2proto.h 2009-07-12 10:23:50.0 +0100 +++ XI2proto.h 2009-07-12 10:25:17.0 +0100 @@ -236,6 +236,7 @@ uint32_tbase_mods; /** Logically pressed modifiers */ uint32_tlatched_mods; /** Logically latched

Build error with latest git LibX11/LibXi

2009-06-13 Thread Colin Harrison
Hi, I just reverted Xos.h and kept the rest of the x11proto changes. Lazily, did not check back through all the #if defs changes as too many make me go cross-eyed :) Thanks Colin ___ xorg mailing list xorg@lists.freedesktop.org

Current tinderbox regression (libX11)

2009-02-21 Thread Colin Harrison
Hi, Chris, your fix makes the build work again..but there is no fi_FI stuff in the produced locale directory? Thanks Colin ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

[PATCH 07/13] Cygwin/X: Correctly allow for the native window frame width in ValidateSizing()

2009-02-13 Thread Colin Harrison
Hi, Jon wrote: Hmm... perhaps it would be better (less brittle) if it used the difference between GetClientRect() and GetWindowRect()... Works for me and far better than my fiddle factor quick/dirty fix :) Thanks Colin Harrison ___ xorg mailing

[PATCH 00/12] Cygwin/X: Warnings fixes, clipboard integration fixes, keyboard layouts mapping update

2009-02-05 Thread Colin Harrison
Hi, Can't see anything wrong with these twelve fixes. Thanks, Colin ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

[PATCH] Cygwin/X: Fix compilation for mandated XKB

2009-01-30 Thread Colin Harrison
Hi, Looks OK by me. Thanks, Colin ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

[PATCH 12/13] Cygwin/X: Fix the keyboard mode key synchronization

2009-01-26 Thread Colin Harrison
Hi, This one will not work with upstream git if using the 'inputInfo.keyboard-key-state', but is OK otherwise Better to... mieqProcessInputEvents (); /* Read the mode key states of our X server */ - internalKeyStates = *g_winInternalModeKeyStatesPtr; + internalKeyStates =

[PATCH 07/13] Cygwin/X: Correctly allow for the native window frame width in ValidateSizing()

2009-01-26 Thread Colin Harrison
Hi, Jon wrote XXX: Needs to allow for different border thickness when window is uncaptioned? I found this works for me... --- ./save_winmultiwindowwndproc.c 2009-01-19 18:42:49.0 + +++ ./winmultiwindowwndproc.c 2009-01-19 18:43:30.0 + @@ -207,6 +209,7 @@

kb options should no longer appear in server usage?

2009-01-26 Thread Colin Harrison
Hi, The XKB extension is now hardwired enabled in the xserver Shouldn't the kb options be also removed from XkbUseMsg() ? Thanks Colin Harrison ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [PATCH 00/13] Cygwin/X,Xming: Various patches

2009-01-08 Thread Colin Harrison
Hi, I've checked some of these and still have a few to do... 01/13 Does not affect Xming 02/13 Does not affect Xming 03/13 OK 04/13 OK 05/13 OK 06/13 OK 09/13 OK but more correct if +stylecombo:group1 { $$=$1; } + | group2 { $$=$1; } + | group1 group2 { $$=$1|$2; } + |

Error compiling Xext/sync.c

2008-12-11 Thread Colin Harrison
Hi, Following a recent git commit Xext/syn.c stopped compiling for me (using MinGW). Fixed by --- ./xserver/Xext/sync.c 2008-12-11 15:44:08.0 + +++ ./test2/Xext/sync.c 2008-12-11 17:02:25.0 + @@ -67,6 +67,7 @@ #include dixstruct.h #include resource.h #include

Or'ing with a bit mask error?

2008-11-13 Thread Colin Harrison
, auth_string, client, reason); Thanks, Colin Harrison ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Obvious error in libX11?

2008-11-06 Thread Colin Harrison
Hi, Is this an obvious error in libX11? --- ./modules/im/ximcp/save_imLcPrs.c 2008-06-19 09:38:45.0 +0100 +++ ./modules/im/ximcp/imLcPrs.c2008-06-22 18:55:49.0 +0100 @@ -592,7 +592,7 @@ l = _Xmbstoutf8(local_utf8_buf, rhs_string_mb, LOCAL_UTF8_BUFSIZE - 1);

To be sure, to be sure

2008-10-11 Thread Colin Harrison
Hi, There is a double up of some code in dix/events.c, function ReleaseActiveGrabs(), that may give trouble? at about line 1920 if (dev-deviceGrab.grab SameClient(dev-deviceGrab.grab, client)) { (*dev-deviceGrab.DeactivateGrab)(dev); done

I spy an i in xkeyboard-config data

2008-10-11 Thread Colin Harrison
Hi, A recent commit to rules/base.xml.in has a spurious ^i Thanks Colin ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

SaveSetMap doubly defined

2008-09-23 Thread Colin Harrison
Hi, Following a recent change SaveSetMap is now doubly defined leading to compilation warnings and possible error. in dixstruct.h #define SaveSetMap(ss) ((ss).map) for XFIXES in xfixeswire.h #define SaveSetMap 0 Thanks Colin Harrison