diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2024-05-01 16:01:13 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2024-05-11 18:53:27 +0200 |
commit | 687b610ed76b842db361b17254f618c7e3daff94 (patch) | |
tree | ac9c644a3cf46bba3aa448c581fa96a6b8603bc3 | |
parent | 3cad7422928a3da1ba5913046d0c8c3affa1170a (diff) | |
download | nx-libs-687b610ed76b842db361b17254f618c7e3daff94.tar.gz nx-libs-687b610ed76b842db361b17254f618c7e3daff94.tar.bz2 nx-libs-687b610ed76b842db361b17254f618c7e3daff94.zip |
Literals.h: add Drawable types
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Literals.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Literals.h b/nx-X11/programs/Xserver/hw/nxagent/Literals.h index c25f22782..8230ae1f2 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Literals.h +++ b/nx-X11/programs/Xserver/hw/nxagent/Literals.h @@ -211,4 +211,13 @@ _X_UNUSED static char *nxagentShmRequestLiteral[] = "ShmGetImage", "ShmCreatePixmap" }; + +/* see include/pixmap.h */ +_X_UNUSED static char *nxagentDrawableTypeLiteral[] = +{ + "DRAWABLE_WINDOW", + "DRAWABLE_PIXMAP", + "UNDRAWABLE_WINDOW", + "DRAWABLE_BUFFER" +}; #endif /* TEST || DEBUG */ |