Revert "registry: Register APPLEWM extension protocol names."
This reverts commit eee46b4681
.
Moving all the names into dix/registry.c
This commit is contained in:
parent
c934e1af27
commit
fd2d83d5bf
|
@ -42,7 +42,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
#include "servermd.h"
|
#include "servermd.h"
|
||||||
#include "swaprep.h"
|
#include "swaprep.h"
|
||||||
#include "propertyst.h"
|
#include "propertyst.h"
|
||||||
#include "registry.h"
|
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
#include "darwin.h"
|
#include "darwin.h"
|
||||||
#define _APPLEWM_SERVER_
|
#define _APPLEWM_SERVER_
|
||||||
|
@ -128,45 +127,7 @@ AppleWMExtensionInit(
|
||||||
WMEventBase = extEntry->eventBase;
|
WMEventBase = extEntry->eventBase;
|
||||||
EventSwapVector[WMEventBase] = (EventSwapPtr) SNotifyEvent;
|
EventSwapVector[WMEventBase] = (EventSwapPtr) SNotifyEvent;
|
||||||
appleWMProcs = procsPtr;
|
appleWMProcs = procsPtr;
|
||||||
} else
|
}
|
||||||
return;
|
|
||||||
|
|
||||||
RegisterRequestName(WMReqCode, X_AppleWMQueryVersion,
|
|
||||||
APPLEWMNAME ":QueryVersion");
|
|
||||||
RegisterRequestName(WMReqCode, X_AppleWMFrameGetRect,
|
|
||||||
APPLEWMNAME ":FrameGetRect");
|
|
||||||
RegisterRequestName(WMReqCode, X_AppleWMFrameHitTest,
|
|
||||||
APPLEWMNAME ":FrameHitTest");
|
|
||||||
RegisterRequestName(WMReqCode, X_AppleWMFrameDraw,
|
|
||||||
APPLEWMNAME ":FrameDraw");
|
|
||||||
RegisterRequestName(WMReqCode, X_AppleWMDisableUpdate,
|
|
||||||
APPLEWMNAME ":DisableUpdate");
|
|
||||||
RegisterRequestName(WMReqCode, X_AppleWMReenableUpdate,
|
|
||||||
APPLEWMNAME ":ReenableUpdate");
|
|
||||||
RegisterRequestName(WMReqCode, X_AppleWMSelectInput,
|
|
||||||
APPLEWMNAME ":SelectInput");
|
|
||||||
RegisterRequestName(WMReqCode, X_AppleWMSetWindowMenuCheck,
|
|
||||||
APPLEWMNAME ":SetWindowMenuCheck");
|
|
||||||
RegisterRequestName(WMReqCode, X_AppleWMSetFrontProcess,
|
|
||||||
APPLEWMNAME ":SetFrontProcess");
|
|
||||||
RegisterRequestName(WMReqCode, X_AppleWMSetWindowLevel,
|
|
||||||
APPLEWMNAME ":SetWindowLevel");
|
|
||||||
RegisterRequestName(WMReqCode, X_AppleWMSetCanQuit,
|
|
||||||
APPLEWMNAME ":SetCanQuit");
|
|
||||||
RegisterRequestName(WMReqCode, X_AppleWMSetWindowMenu,
|
|
||||||
APPLEWMNAME ":SetWindowMenu");
|
|
||||||
|
|
||||||
RegisterEventName(WMEventBase + AppleWMControllerNotify,
|
|
||||||
APPLEWMNAME ":ControllerNotify");
|
|
||||||
RegisterEventName(WMEventBase + AppleWMActivationNotify,
|
|
||||||
APPLEWMNAME ":ActivationNotify");
|
|
||||||
RegisterEventName(WMEventBase + AppleWMPasteboardNotify,
|
|
||||||
APPLEWMNAME ":PasteboardNotify");
|
|
||||||
|
|
||||||
RegisterErrorName(WMErrorBase + AppleWMClientNotLocal,
|
|
||||||
APPLEWMNAME ":ClientNotLocal");
|
|
||||||
RegisterErrorName(WMErrorBase + AppleWMOperationNotSupported,
|
|
||||||
APPLEWMNAME ":OperationNotSupported");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*ARGSUSED*/
|
/*ARGSUSED*/
|
||||||
|
|
Loading…
Reference in New Issue