xserver/hw/xnest
Enrico Weigelt, metux IT consult 2bc46832fb (!1654) Xnest: add helper for retrieving GC XID on upstream connection
Upcoming patches will need to retieve GC's XIDs on the upstream connection.
Moving this out into separate .c file, in order to not creating more
dependencies on Xlib headers, which we wanna get rid of.

For now, looking at the Xlib GC structure, attached to our DDX GCs.
When all users of the Xlib GC have gone (ie. moved all consumers to xcb),
we'll create the GC via xcb directly, thus replacing the Xlib GC struct
by XID - the interface of this helper will remain the same.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-10-31 19:23:52 +01:00
..
man Replace "the the" with a single "the" in docs & comments 2022-03-31 13:27:57 -07:00
.gitignore Xnest: build Xnest man pages using XORG_MANPAGE_SECTIONS 2011-01-18 15:10:17 -08:00
Args.c Xnest: drop obsolete ifdef HAVE_XNEST_CONFIG_H 2024-10-10 13:38:31 +00:00
Args.h Xnest: cleanup X.h includes 2024-04-15 19:20:39 +00:00
Color.c (!1654) Xnest: use XCB*_NONE instead of None 2024-10-31 19:23:52 +01:00
Color.h Xnest: cleanup X.h includes 2024-04-15 19:20:39 +00:00
Cursor.c (!1654) Xnest: use XCB*_NONE instead of None 2024-10-31 19:23:52 +01:00
Display.c (!1654) Xnest: fetch root window depth from screen info 2024-10-31 19:23:52 +01:00
Display.h (!1654) Xnest: fetch BlackPixel and WhitePixel from xcb setup data 2024-10-31 19:23:52 +01:00
Drawable.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Events.c Xnest: drop obsolete ifdef HAVE_XNEST_CONFIG_H 2024-10-10 13:38:31 +00:00
Events.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Font.c Xnest: drop obsolete ifdef HAVE_XNEST_CONFIG_H 2024-10-10 13:38:31 +00:00
GC.c (!1654) Xnest: use XCB*_NONE instead of None 2024-10-31 19:23:52 +01:00
GCOps.c Xnest: drop obsolete ifdef HAVE_XNEST_CONFIG_H 2024-10-10 13:38:31 +00:00
GCOps.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
Handlers.c Xnest: drop obsolete ifdef HAVE_XNEST_CONFIG_H 2024-10-10 13:38:31 +00:00
Handlers.h Remove fd_set from Block/Wakeup handler API 2016-07-18 15:27:51 -04:00
Init.c Xnest: drop obsolete ifdef HAVE_XNEST_CONFIG_H 2024-10-10 13:38:31 +00:00
Init.h Xnest: canonicalize includes: <X11/Xdefs.h> 2024-04-15 19:20:39 +00:00
Keyboard.c Xnest: drop obsolete ifdef HAVE_XNEST_CONFIG_H 2024-10-10 13:38:31 +00:00
Keyboard.h (!1654) Xnest: use XCB_EVENT_MASK_* defines 2024-10-31 19:23:52 +01:00
Pixmap.c Xnest: drop obsolete ifdef HAVE_XNEST_CONFIG_H 2024-10-10 13:38:31 +00:00
Pointer.c Xnest: drop obsolete ifdef HAVE_XNEST_CONFIG_H 2024-10-10 13:38:31 +00:00
Pointer.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Screen.c (!1654) Xnest: fetch default colormap from xcb screen info 2024-10-31 19:23:52 +01:00
Screen.h Xnest: cleanup X.h includes 2024-04-15 19:20:39 +00:00
Visual.c (!1654) Xnest: use XCB*_NONE instead of None 2024-10-31 19:23:52 +01:00
Visual.h Xnest: cleanup X.h includes 2024-04-15 19:20:39 +00:00
Window.c (!1654) Xnest: use XCB*_NONE instead of None 2024-10-31 19:23:52 +01:00
XNCursor.h Xnest: canonicalize includes: <X11/Xdefs.h> 2024-04-15 19:20:39 +00:00
XNFont.h Xnest: canonicalize includes: <X11/Xdefs.h> 2024-04-15 19:20:39 +00:00
XNGC.h Xnest: XNGC.h: add missing includes 2024-08-31 23:21:21 +00:00
XNPixmap.h Xnest: canonicalize includes: <X11/Xdefs.h> 2024-04-15 19:20:39 +00:00
XNWindow.h (!1654) Xnest: use XCB*_NONE instead of None 2024-10-31 19:23:52 +01:00
Xnest.h (!1654) Xnest: add helper for retrieving GC XID on upstream connection 2024-10-31 19:23:52 +01:00
icon R6.6 is the Xorg base-line 2003-11-14 15:54:54 +00:00
meson.build (!1654) Xnest: fetch xcb setup data 2024-10-31 19:23:52 +01:00
screensaver R6.6 is the Xorg base-line 2003-11-14 15:54:54 +00:00
xcb.c (!1654) Xnest: add helper for retrieving GC XID on upstream connection 2024-10-31 19:23:52 +01:00
xnest-config.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xnest-xcb.h (!1654) Xnest: add helper for retrieving GC XID on upstream connection 2024-10-31 19:23:52 +01:00