Revert "registry: Register WINDOWSWM extension protocol names."
This reverts commit 4c3285c883.
Moving all the names into dix/registry.c
			
			
This commit is contained in:
		
							parent
							
								
									993595430b
								
							
						
					
					
						commit
						a541e826c9
					
				| 
						 | 
					@ -41,7 +41,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 | 
				
			||||||
#include "scrnintstr.h"
 | 
					#include "scrnintstr.h"
 | 
				
			||||||
#include "servermd.h"
 | 
					#include "servermd.h"
 | 
				
			||||||
#include "swaprep.h"
 | 
					#include "swaprep.h"
 | 
				
			||||||
#include "registry.h"
 | 
					 | 
				
			||||||
#define _WINDOWSWM_SERVER_
 | 
					#define _WINDOWSWM_SERVER_
 | 
				
			||||||
#include "windowswmstr.h"
 | 
					#include "windowswmstr.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -106,35 +105,7 @@ winWindowsWMExtensionInit ()
 | 
				
			||||||
      WMErrorBase = extEntry->errorBase;
 | 
					      WMErrorBase = extEntry->errorBase;
 | 
				
			||||||
      WMEventBase = extEntry->eventBase;
 | 
					      WMEventBase = extEntry->eventBase;
 | 
				
			||||||
      EventSwapVector[WMEventBase] = (EventSwapPtr) SNotifyEvent;
 | 
					      EventSwapVector[WMEventBase] = (EventSwapPtr) SNotifyEvent;
 | 
				
			||||||
    } else
 | 
					    }
 | 
				
			||||||
      return;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  RegisterRequestName(WMReqCode, X_WindowsWMQueryVersion,
 | 
					 | 
				
			||||||
		      WINDOWSWMNAME ":QueryVersion");
 | 
					 | 
				
			||||||
  RegisterRequestName(WMReqCode, X_WindowsWMFrameGetRect,
 | 
					 | 
				
			||||||
		      WINDOWSWMNAME ":FrameGetRect");
 | 
					 | 
				
			||||||
  RegisterRequestName(WMReqCode, X_WindowsWMFrameDraw,
 | 
					 | 
				
			||||||
		      WINDOWSWMNAME ":FrameDraw");
 | 
					 | 
				
			||||||
  RegisterRequestName(WMReqCode, X_WindowsWMFrameSetTitle,
 | 
					 | 
				
			||||||
		      WINDOWSWMNAME ":FrameSetTitle");
 | 
					 | 
				
			||||||
  RegisterRequestName(WMReqCode, X_WindowsWMDisableUpdate,
 | 
					 | 
				
			||||||
		      WINDOWSWMNAME ":DisableUpdate");
 | 
					 | 
				
			||||||
  RegisterRequestName(WMReqCode, X_WindowsWMReenableUpdate,
 | 
					 | 
				
			||||||
		      WINDOWSWMNAME ":ReenableUpdate");
 | 
					 | 
				
			||||||
  RegisterRequestName(WMReqCode, X_WindowsWMSelectInput,
 | 
					 | 
				
			||||||
		      WINDOWSWMNAME ":SelectInput");
 | 
					 | 
				
			||||||
  RegisterRequestName(WMReqCode, X_WindowsWMSetFrontProcess,
 | 
					 | 
				
			||||||
		      WINDOWSWMNAME ":SetFrontProcess");
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  RegisterEventName(WMEventBase + WindowsWMControllerNotify,
 | 
					 | 
				
			||||||
		    WINDOWSWMNAME ":ControllerNotify");
 | 
					 | 
				
			||||||
  RegisterEventName(WMEventBase + WindowsWMActivationNotify,
 | 
					 | 
				
			||||||
		    WINDOWSWMNAME ":ActivationNotify");
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  RegisterErrorName(WMErrorBase + WindowsWMClientNotLocal,
 | 
					 | 
				
			||||||
		    WINDOWSWMNAME ":ClientNotLocal");
 | 
					 | 
				
			||||||
  RegisterErrorName(WMErrorBase + WindowsWMOperationNotSupported,
 | 
					 | 
				
			||||||
		    WINDOWSWMNAME ":OperationNotSupported");
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*ARGSUSED*/
 | 
					/*ARGSUSED*/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue