- 25 Apr, 2008 9 commits
-
-
Peter Hutterer authored
-
Peter Hutterer authored
Used to contain declarations for ChangePointerKeyboardPairing request handling.
-
Peter Hutterer authored
-
Peter Hutterer authored
-
Peter Hutterer authored
-
Peter Hutterer authored
This variable was used originally to determine which client is allowed to change the pointer-keyboard pairing. For now, we just let anyone change it and see how that works out.
-
Peter Hutterer authored
unused variable in exevents.c implicit declaration in warpdevp.c
-
Peter Hutterer authored
Same principle as e.g. in the RandR extension, rather than having a load of if (type == XI_whatever) use an array of function pointers.
-
Peter Hutterer authored
-
- 24 Apr, 2008 5 commits
-
-
Peter Hutterer authored
The previous check works in the master-branch, but doesn't work with MPX. We actually copy the SD's information into the MDs public.devicePrivate, so we need to explicitly check whether a device is a MD before freeing the module.
-
Peter Hutterer authored
This seems to be the common style in most parts of the server.
-
Peter Hutterer authored
-
Peter Hutterer authored
Basically the same approach RandR takes. Remember which one the client requested, send back the one the server supports. Also divide XGE server version (now defined in geext.c) and the client's version (still in the protocol definition).
-
Peter Hutterer authored
-
- 23 Apr, 2008 2 commits
-
-
Peter Hutterer authored
-
Peter Hutterer authored
In the case of a NotifyUngrab, the flag for the device may already be set but we still need to send the FocusIn event.
-
- 22 Apr, 2008 14 commits
-
-
Peter Hutterer authored
Conflicts: Xext/EVI.c Xext/appgroup.c Xext/cup.c Xext/mitmisc.c Xext/sampleEVI.c dix/window.c
-
Peter Hutterer authored
-
Peter Hutterer authored
-
Peter Hutterer authored
-
Peter Hutterer authored
XKB was disabled in 08928afb, with the comment "Disable XKB, as we can't yet use it". Seems like "yet" is over, running GNOME and changing XKB settings seems to work in Xnest now. X.Org Bug 10015 <https://bugs.freedesktop.org/show_bug.cgi?id=10015>
-
Jeremy Huddleston authored
(cherry picked from commit e48e2ce9)
-
Dave Airlie authored
I don't think this is the 100% correct answer as I get log spam saying (EE) DoSwapInterval: cx = 0x98b8998, GLX screen = 0x96dd780 (EE) AIGLX: cx->pGlxScreen->swapInterval == NULL but thats better than X exiting in my book.
-
Egbert Eich authored
X.Org Bug 15614 <http://bugs.freedesktop.org/show_bug.cgi?id=15614 > Signed-off-by:
Peter Hutterer <peter@cs.unisa.edu.au>
-
Jeremy Huddleston authored
(cherry picked from commit 582b5b01)
-
Jeremy Huddleston authored
(cherry picked from commit e41ccc64) (cherry picked from commit ce5a5f93)
-
Jeremy Huddleston authored
(cherry picked from commit 14c6b837)
-
Jeremy Huddleston authored
(cherry picked from commit 0a9a3bec)
-
- 21 Apr, 2008 4 commits
-
-
Tilman Sauerbeck authored
-
Tilman Sauerbeck authored
exaModifyPixmapHeader now also only evaluates arguments that have a meaningful value.
-
Jordan Crouse authored
-
Michel Dänzer authored
* Make sure available areas are considered to have no eviction cost. This seems to help for https://bugs.freedesktop.org/show_bug.cgi?id=15513 but I'm afraid that may just be coincidence. * Only calculate eviction cost of each area once for each eviction pass. Safeguard against potential (though unlikely) division by zero. * Cosmetic enhancements: Name eviction cost related variables 'cost' instead of 'score' to emphasize that smaller values are better, update Doxygen file comment to the way eviction works now.
-
- 20 Apr, 2008 4 commits
-
-
Julien Cristau authored
Use __libmansuffix__ instead of __oslibmansuffix__ which isn't getting replaced, and rewrap some text to get __xservername__ replaced in the description of Option "Accel" (cpp doesn't like the preceding quote).
-
Jeremy Huddleston authored
This reverts commit 6550078b. Doctor, I'm starting to get a pulse...
-
Jeremy Huddleston authored
(cherry picked from commit 8f920fca)
-
Jeremy Huddleston authored
(cherry picked from commit 6f1c85b9)
-
- 19 Apr, 2008 2 commits
-
-
Jeremy Huddleston authored
-
Jeremy Huddleston authored
-