[gtk: 16/19] Fix typo




commit 3977518f00d276c5af401116bf08d79b3692816d
Author: Luca Bacci <luca bacci982 gmail com>
Date:   Mon Aug 16 14:57:49 2021 +0200

    Fix typo

 gdk/win32/gdkevents-win32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gdk/win32/gdkevents-win32.c b/gdk/win32/gdkevents-win32.c
index 870c10c790..7b00f3e97d 100644
--- a/gdk/win32/gdkevents-win32.c
+++ b/gdk/win32/gdkevents-win32.c
@@ -2379,7 +2379,7 @@ gdk_event_translate (MSG *msg,
 
       if (mouse_window != new_window)
        {
-         GDK_NOTE (EVENTS, g_print (" mouse_sinwod %p -> %p",
+         GDK_NOTE (EVENTS, g_print (" mouse_window %p -> %p",
                                     mouse_window ? GDK_SURFACE_HWND (mouse_window) : NULL,
                                     new_window ? GDK_SURFACE_HWND (new_window) : NULL));
          synthesize_crossing_events (display,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]