[gtk+] Bug #588379 - testgtk::panes does not change the cursor on mouse over
- From: Hans Breuer <hans src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk+] Bug #588379 - testgtk::panes does not change the cursor on mouse over
- Date: Mon, 13 Jul 2009 07:52:11 +0000 (UTC)
commit c99b4e775b23d6cdd3e616fb04728bb7a13bba22
Author: Hans Breuer <hans breuer org>
Date: Sun Jul 12 18:23:01 2009 +0200
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
gdk/win32/gdkevents-win32.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gdk/win32/gdkevents-win32.c b/gdk/win32/gdkevents-win32.c
index cb99bcc..2cc4910 100644
--- a/gdk/win32/gdkevents-win32.c
+++ b/gdk/win32/gdkevents-win32.c
@@ -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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]