summaryrefslogtreecommitdiff
path: root/hw/xwin/winwndproc.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-06-03 10:58:37 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-06-03 10:58:37 +0000
commit4fd668940f2155c4b06d24b6da8bcccd01f66f4c (patch)
tree47cfe176ffac1c1ead9b99b93fc83d56520802e8 /hw/xwin/winwndproc.c
parentee71cb61f8da29bcf36ea4b199d629e34f89b119 (diff)
Bug #6619: Fix disappearing hardware cursor. (Colin Harrison)
Diffstat (limited to 'hw/xwin/winwndproc.c')
-rw-r--r--hw/xwin/winwndproc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xwin/winwndproc.c b/hw/xwin/winwndproc.c
index 13d759578..14893f6d3 100644
--- a/hw/xwin/winwndproc.c
+++ b/hw/xwin/winwndproc.c
@@ -1206,9 +1206,6 @@ winWindowProc (HWND hwnd, UINT message,
/* Display Exit dialog */
winDisplayExitDialog (s_pScreenPriv);
return 0;
- case ID_APP_SHOWCURSOR:
- winDebug("ShowCursor: %d\n", ShowCursor(TRUE));
- return 0;
#ifdef XWIN_MULTIWINDOW
case ID_APP_HIDE_ROOT: