Commits on Source (5)
-
there are several feautures depending on LookupResourceName() et al, so set these symbole inside meson.build, instead of #define'ing them conditionally in registry.h Signed-off-by:
Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <!1262>
-
The workQueue pointer is currently declared extern, so that WaitForSomething() can check wether we've got something in the queue and call ProcessWorkQueue() then. But that's trivial to simplify: just let ProcessWorkQueue() return early if workQueue == NULL. Gives us a better isolation of internal stuff as well as ProcessWorkQueue() protecting itself from possible segfault. Signed-off-by:
Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <!1310>
-
This breaks the xf86-input-synaptics driver: synaptics.c: In function 'clickpad_guess_clickfingers': synaptics.c:2638:5: error: implicit declaration of function 'BUG_RETURN_VAL' [-Werror=implicit-function-declaration] 2638 | BUG_RETURN_VAL(hw->num_mt_mask > sizeof(close_point) * 8, 0); This reverts commit 442aec22. Part-of: <!1316>
-
The symbols HAVE_SIGACTION and BUSFAULT are set under the same conditions, so can be consolidated into one. Also define dummies when HAVE_SIGACTION is not set, so a few #ifdef's less clutterig the code. Signed-off-by:
Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <!1297>
-
* this symbol is a server configuration flag (can be passed via cmdline) for limiting the max size of big-requests. there shouldn't be any need to use it outside the core X server (in server modules like drivers or external extension) - therefore unexport it * in order to reduce namespace pollution of public (server module API) headers, create a new internal header for those tings (more to come) Signed-off-by:
Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <!1275>
Showing
- Xext/bigreq.c 1 addition, 0 deletionsXext/bigreq.c
- Xext/sync.c 0 additions, 1 deletionXext/sync.c
- Xi/exevents.c 0 additions, 2 deletionsXi/exevents.c
- Xi/xibarriers.c 0 additions, 1 deletionXi/xibarriers.c
- dix/cursor.c 0 additions, 2 deletionsdix/cursor.c
- dix/devices.c 0 additions, 1 deletiondix/devices.c
- dix/dispatch.c 1 addition, 1 deletiondix/dispatch.c
- dix/dix_priv.h 18 additions, 0 deletionsdix/dix_priv.h
- dix/dixutils.c 4 additions, 0 deletionsdix/dixutils.c
- dix/enterleave.c 0 additions, 2 deletionsdix/enterleave.c
- dix/events.c 0 additions, 2 deletionsdix/events.c
- dix/gestures.c 0 additions, 1 deletiondix/gestures.c
- dix/getevents.c 0 additions, 1 deletiondix/getevents.c
- dix/globals.c 1 addition, 0 deletionsdix/globals.c
- dix/grabs.c 0 additions, 1 deletiondix/grabs.c
- dix/inpututils.c 0 additions, 1 deletiondix/inpututils.c
- dix/ptrveloc.c 0 additions, 1 deletiondix/ptrveloc.c
- dix/touch.c 0 additions, 1 deletiondix/touch.c
- doc/Xserver-spec.xml 3 additions, 6 deletionsdoc/Xserver-spec.xml
- hw/xquartz/quartzStartup.c 1 addition, 1 deletionhw/xquartz/quartzStartup.c
dix/dix_priv.h
0 → 100644