summaryrefslogtreecommitdiff
path: root/hw/dmx
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-11-20 17:40:57 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-11-20 17:40:57 -0500
commitde93c1e9df14577e158b6dc3ccec7ee48f592386 (patch)
tree281fd8e15952ffd058d4b44ba70ec2661797a1da /hw/dmx
parent2d3e0cdf4bd7ab069bad7244ede7c2d489e92b17 (diff)
Revert "registry: Register DMX extension protocol names."
This reverts commit 32f3f5a1e7654f8bb43ea16b9227b3994e616739. Moving all the names into dix/registry.c
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/dmx.c40
1 files changed, 0 insertions, 40 deletions
diff --git a/hw/dmx/dmx.c b/hw/dmx/dmx.c
index 840356f02..5f1fc0546 100644
--- a/hw/dmx/dmx.c
+++ b/hw/dmx/dmx.c
@@ -54,7 +54,6 @@
#define EXTENSION_PROC_ARGS void *
#include "extnsionst.h"
#include "opaque.h"
-#include "registry.h"
#include "dmxextension.h"
#include <X11/extensions/dmxproto.h>
@@ -127,45 +126,6 @@ void DMXExtensionInit(void)
ProcDMXDispatch, SProcDMXDispatch,
DMXResetProc, StandardMinorOpcode)))
DMXCode = extEntry->base;
- else
- return;
-
- RegisterRequestName(DMXCode, X_DMXQueryVersion,
- DMX_EXTENSION_NAME ":DMXQueryVersion");
- RegisterRequestName(DMXCode, X_DMXGetScreenCount,
- DMX_EXTENSION_NAME ":DMXGetScreenCount");
- RegisterRequestName(DMXCode, X_DMXGetScreenInformationDEPRECATED,
- DMX_EXTENSION_NAME ":DMXGetScreenInfoDEPRECATED");
- RegisterRequestName(DMXCode, X_DMXGetWindowAttributes,
- DMX_EXTENSION_NAME ":DMXGetWindowAttributes");
- RegisterRequestName(DMXCode, X_DMXGetInputCount,
- DMX_EXTENSION_NAME ":DMXGetInputCount");
- RegisterRequestName(DMXCode, X_DMXGetInputAttributes,
- DMX_EXTENSION_NAME ":DMXGetInputAttributes");
- RegisterRequestName(DMXCode, X_DMXForceWindowCreationDEPRECATED,
- DMX_EXTENSION_NAME ":DMXForceWindowCreationDEPRECATED");
- RegisterRequestName(DMXCode, X_DMXReconfigureScreenDEPRECATED,
- DMX_EXTENSION_NAME ":DMXReconfigureScreenDEPRECATED");
- RegisterRequestName(DMXCode, X_DMXSync,
- DMX_EXTENSION_NAME ":DMXSync");
- RegisterRequestName(DMXCode, X_DMXForceWindowCreation,
- DMX_EXTENSION_NAME ":DMXForceWindowCreation");
- RegisterRequestName(DMXCode, X_DMXGetScreenAttributes,
- DMX_EXTENSION_NAME ":DMXGetScreenAttributes");
- RegisterRequestName(DMXCode, X_DMXChangeScreensAttributes,
- DMX_EXTENSION_NAME ":DMXChangeScreensAttributes");
- RegisterRequestName(DMXCode, X_DMXAddScreen,
- DMX_EXTENSION_NAME ":DMXAddScreen");
- RegisterRequestName(DMXCode, X_DMXRemoveScreen,
- DMX_EXTENSION_NAME ":DMXRemoveScreen");
- RegisterRequestName(DMXCode, X_DMXGetDesktopAttributes,
- DMX_EXTENSION_NAME ":DMXGetDesktopAttributes");
- RegisterRequestName(DMXCode, X_DMXChangeDesktopAttributes,
- DMX_EXTENSION_NAME ":DMXChangeDesktopAttributes");
- RegisterRequestName(DMXCode, X_DMXAddInput,
- DMX_EXTENSION_NAME ":DMXAddInput");
- RegisterRequestName(DMXCode, X_DMXRemoveInput,
- DMX_EXTENSION_NAME ":DMXRemoveInput");
}
static void dmxSetScreenAttribute(int bit, DMXScreenAttributesPtr attr,