summaryrefslogtreecommitdiff
path: root/xserver/miext
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2022-08-31 11:25:20 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2022-08-31 11:25:20 +0000
commitbe9f365c075c78cfa670e2ee7d939cfc20807ed5 (patch)
treeb1197eb17d32e65b1c667ef70b529c73719f7971 /xserver/miext
parent63ff66483d961ba4416764b5fd61c5500c2070ea (diff)
Update xserver to version 21.1.4.
The security patches were already committed as part of july 24 errata. This brings a few other bug fixes. Tested by Walter Alejandro Iglesias.
Diffstat (limited to 'xserver/miext')
-rw-r--r--xserver/miext/rootless/rootlessScreen.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/xserver/miext/rootless/rootlessScreen.c b/xserver/miext/rootless/rootlessScreen.c
index a99a2d158..79fe3507b 100644
--- a/xserver/miext/rootless/rootlessScreen.c
+++ b/xserver/miext/rootless/rootlessScreen.c
@@ -51,11 +51,6 @@
#include "rootlessCommon.h"
#include "rootlessWindow.h"
-/* In milliseconds */
-#ifndef ROOTLESS_REDISPLAY_DELAY
-#define ROOTLESS_REDISPLAY_DELAY 10
-#endif
-
extern int RootlessMiValidateTree(WindowPtr pRoot, WindowPtr pChild,
VTKind kind);
extern Bool RootlessCreateGC(GCPtr pGC);