equal
deleted
inserted
replaced
161 #ifndef QT_NO_XRENDER |
161 #ifndef QT_NO_XRENDER |
162 # include <X11/extensions/Xrender.h> |
162 # include <X11/extensions/Xrender.h> |
163 #endif // QT_NO_XRENDER |
163 #endif // QT_NO_XRENDER |
164 |
164 |
165 #ifndef QT_NO_XSYNC |
165 #ifndef QT_NO_XSYNC |
|
166 extern "C" { |
166 # include "X11/extensions/sync.h" |
167 # include "X11/extensions/sync.h" |
|
168 } |
167 #endif |
169 #endif |
168 |
170 |
169 // #define QT_NO_XKB |
171 // #define QT_NO_XKB |
170 #ifndef QT_NO_XKB |
172 #ifndef QT_NO_XKB |
171 # include <X11/XKBlib.h> |
173 # include <X11/XKBlib.h> |
426 #endif // QT_NO_XINPUT |
428 #endif // QT_NO_XINPUT |
427 |
429 |
428 |
430 |
429 // true if Qt is compiled w/ MIT-SHM support and MIT-SHM is supported on the connected Display |
431 // true if Qt is compiled w/ MIT-SHM support and MIT-SHM is supported on the connected Display |
430 bool use_mitshm; |
432 bool use_mitshm; |
|
433 bool use_mitshm_pixmaps; |
431 int mitshm_major; |
434 int mitshm_major; |
432 |
435 |
433 // true if Qt is compiled w/ Tablet support and we have a tablet. |
436 // true if Qt is compiled w/ Tablet support and we have a tablet. |
434 bool use_xinput; |
437 bool use_xinput; |
435 int xinput_major; |
438 int xinput_major; |