Bug #588379 - testgtk::panes does not change the cursor on mouse over

That one was easy, just removing Alex's #ifdef TODO_CSW ;)

http://bugzilla.gnome.org/show_bug.cgi?id=588379
This commit is contained in:
Hans Breuer
2009-07-12 18:23:01 +02:00
parent e2000ac366
commit c99b4e775b

View File

@ -2565,7 +2565,6 @@ gdk_event_translate (MSG *msg,
GDK_NOTE (EVENTS, g_print (" %#x %#x",
LOWORD (msg->lParam), HIWORD (msg->lParam)));
#ifdef TODO_CSW
grab = _gdk_display_get_last_pointer_grab (_gdk_display);
if (grab != NULL)
{
@ -2589,8 +2588,6 @@ gdk_event_translate (MSG *msg,
return_val = TRUE;
*ret_valp = TRUE;
}
#endif
break;
case WM_SHOWWINDOW: