diff --git a/ChangeLog b/ChangeLog index cdc2201f26..b7a1a0245d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-06-06 Tor Lillqvist + * gdk/win32/gdkprivate-win32.h: Fix typo. + * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set graphics_exposures and subwindow_mode, too, even if they aren't currently used. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index cdc2201f26..b7a1a0245d 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2003-06-06 Tor Lillqvist + * gdk/win32/gdkprivate-win32.h: Fix typo. + * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set graphics_exposures and subwindow_mode, too, even if they aren't currently used. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index cdc2201f26..b7a1a0245d 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,7 @@ 2003-06-06 Tor Lillqvist + * gdk/win32/gdkprivate-win32.h: Fix typo. + * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set graphics_exposures and subwindow_mode, too, even if they aren't currently used. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index cdc2201f26..b7a1a0245d 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 2003-06-06 Tor Lillqvist + * gdk/win32/gdkprivate-win32.h: Fix typo. + * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set graphics_exposures and subwindow_mode, too, even if they aren't currently used. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index cdc2201f26..b7a1a0245d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2003-06-06 Tor Lillqvist + * gdk/win32/gdkprivate-win32.h: Fix typo. + * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set graphics_exposures and subwindow_mode, too, even if they aren't currently used. diff --git a/gdk/win32/gdkprivate-win32.h b/gdk/win32/gdkprivate-win32.h index c81663455c..1af1af62d9 100644 --- a/gdk/win32/gdkprivate-win32.h +++ b/gdk/win32/gdkprivate-win32.h @@ -60,7 +60,7 @@ #endif /* Some virtual keycodes are missing */ -#ifndef VM_OEM_PLUS +#ifndef VK_OEM_PLUS #define VK_OEM_PLUS 0xBB #endif