mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 16:00:05 +01:00
rootless: Dead code removal (ROOTLESS_REDISPLAY_DELAY is already defined)
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
(cherry picked from commit c11b55f3c0)
This commit is contained in:
parent
2355155640
commit
2f62b7c037
1 changed files with 0 additions and 5 deletions
|
|
@ -51,11 +51,6 @@
|
||||||
#include "rootlessCommon.h"
|
#include "rootlessCommon.h"
|
||||||
#include "rootlessWindow.h"
|
#include "rootlessWindow.h"
|
||||||
|
|
||||||
/* In milliseconds */
|
|
||||||
#ifndef ROOTLESS_REDISPLAY_DELAY
|
|
||||||
#define ROOTLESS_REDISPLAY_DELAY 10
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern int RootlessMiValidateTree(WindowPtr pRoot, WindowPtr pChild,
|
extern int RootlessMiValidateTree(WindowPtr pRoot, WindowPtr pChild,
|
||||||
VTKind kind);
|
VTKind kind);
|
||||||
extern Bool RootlessCreateGC(GCPtr pGC);
|
extern Bool RootlessCreateGC(GCPtr pGC);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue