mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
(!1812) Xext: drop disable flag for GE extension
There's really no practical use for disabling GEEext, would just cause the Xserver misbehaviour (eg. missing byte swapping) Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -32,8 +32,6 @@
|
||||
#include "protocol-versions.h"
|
||||
#include "extinit_priv.h"
|
||||
|
||||
Bool noGEExtension = FALSE;
|
||||
|
||||
DevPrivateKeyRec GEClientPrivateKeyRec;
|
||||
|
||||
GEExtension GEExtensions[MAXEXTENSIONS];
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
extern Bool noDamageExtension;
|
||||
extern Bool noDbeExtension;
|
||||
extern Bool noDPMSExtension;
|
||||
extern Bool noGEExtension;
|
||||
extern Bool noGlxExtension;
|
||||
extern Bool noMITShmExtension;
|
||||
extern Bool noRenderExtension;
|
||||
|
||||
@@ -102,7 +102,7 @@ SOFTWARE.
|
||||
|
||||
/* List of built-in (statically linked) extensions */
|
||||
static const ExtensionModule staticExtensions[] = {
|
||||
{GEExtensionInit, "Generic Event Extension", &noGEExtension},
|
||||
{GEExtensionInit, "Generic Event Extension", NULL},
|
||||
{ShapeExtensionInit, "SHAPE", &noShapeExtension},
|
||||
#ifdef MITSHM
|
||||
{ShmExtensionInit, "MIT-SHM", &noMITShmExtension},
|
||||
|
||||
Reference in New Issue
Block a user