diff options
Diffstat (limited to 'hw/xwin/winwindowswm.c')
-rw-r--r-- | hw/xwin/winwindowswm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winwindowswm.c b/hw/xwin/winwindowswm.c index 2805ff7ce..db41d6b60 100644 --- a/hw/xwin/winwindowswm.c +++ b/hw/xwin/winwindowswm.c @@ -284,7 +284,7 @@ ProcWindowsWMReenableUpdate(ClientPtr client) { REQUEST_SIZE_MATCH(xWindowsWMReenableUpdateReq); - //winEnableUpdate(); + //winEnableUpdate(); return Success; } |