diff options
Diffstat (limited to 'hw/xwin')
-rwxr-xr-x | hw/xwin/winwindowswm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/winwindowswm.c b/hw/xwin/winwindowswm.c index 3d4d8c208..2383c597a 100755 --- a/hw/xwin/winwindowswm.c +++ b/hw/xwin/winwindowswm.c @@ -34,6 +34,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "misc.h" #include "dixstruct.h" #include "extnsionst.h" +#include "registry.h" #include "colormapst.h" #include "cursorstr.h" #include "scrnintstr.h" @@ -102,6 +103,8 @@ winWindowsWMExtensionInit () WMErrorBase = extEntry->errorBase; WMEventBase = extEntry->eventBase; EventSwapVector[WMEventBase] = (EventSwapPtr) SNotifyEvent; + RegisterResourceName(ClientType, "WMClient"); + RegisterResourceName(eventResourceType, "WMEvent"); } } |