aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Trap.h
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2019-09-01 21:22:17 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-09-29 16:57:43 +0200
commit5aee32e9d8db69fa0ce372e7b2b08696224e48ec (patch)
tree62258e6434873ca1efa8b131e393fed2b2bb84c2 /nx-X11/programs/Xserver/hw/nxagent/Trap.h
parentc577775f9ff42b65d4f2cdb1d31cfa7073679065 (diff)
downloadnx-libs-5aee32e9d8db69fa0ce372e7b2b08696224e48ec.tar.gz
nx-libs-5aee32e9d8db69fa0ce372e7b2b08696224e48ec.tar.bz2
nx-libs-5aee32e9d8db69fa0ce372e7b2b08696224e48ec.zip
nxagent: drop nxagentRenderTrap
nxagentRenderTrap is rather old. This flag is set when internal pixmap creation returns a pixmap with depth 0. Following that the RENDER extension is effectively disabled. However: there's no code that could create a pixmap with depth 0, so let's simplify our code by removing nxagentRenderTrap altogether. Fixes ArcticaProject/nx-libs#841
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Trap.h')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Trap.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Trap.h b/nx-X11/programs/Xserver/hw/nxagent/Trap.h
index 9f0c055c8..3d4bd11f9 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Trap.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Trap.h
@@ -43,13 +43,6 @@ extern int nxagentGCTrap;
extern int nxagentScreenTrap;
/*
- * Set if we detected that our RENDER
- * implementation is faulty.
- */
-
-extern int nxagentRenderTrap;
-
-/*
* Set if we are executing a GC operation
* only on the X side. Used to avoid
* reentrancy in FB layer.