Fix typo.

2003-06-06  Tor Lillqvist  <tml@iki.fi>

	* gdk/win32/gdkprivate-win32.h: Fix typo.
This commit is contained in:
Tor Lillqvist 2003-06-06 23:06:29 +00:00 committed by Tor Lillqvist
parent 37ccf562d7
commit f91ae98003
6 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2003-06-06 Tor Lillqvist <tml@iki.fi>
* 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.

View File

@ -1,5 +1,7 @@
2003-06-06 Tor Lillqvist <tml@iki.fi>
* 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.

View File

@ -1,5 +1,7 @@
2003-06-06 Tor Lillqvist <tml@iki.fi>
* 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.

View File

@ -1,5 +1,7 @@
2003-06-06 Tor Lillqvist <tml@iki.fi>
* 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.

View File

@ -1,5 +1,7 @@
2003-06-06 Tor Lillqvist <tml@iki.fi>
* 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.

View File

@ -60,7 +60,7 @@
#endif
/* Some virtual keycodes are missing */
#ifndef VM_OEM_PLUS
#ifndef VK_OEM_PLUS
#define VK_OEM_PLUS 0xBB
#endif