Silence a gcc warning, use %p to print a HKL.

2002-09-21  Tor Lillqvist  <tml@iki.fi>

	* gdk/win32/gdkmain-win32.c (_gdk_windowing_init_check): Silence a
	gcc warning, use %p to print a HKL.
This commit is contained in:
Tor Lillqvist
2002-09-21 18:52:39 +00:00
committed by Tor Lillqvist
parent 8d49bd81d6
commit 74ce92f524
7 changed files with 19 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
2002-09-21 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkmain-win32.c (_gdk_windowing_init_check): Silence a
gcc warning, use %p to print a HKL.
* gdk/win32/gdkevents-win32.c (gdk_event_translate):
WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in
order to be able to handle it normally in the application. Set

View File

@@ -1,5 +1,8 @@
2002-09-21 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkmain-win32.c (_gdk_windowing_init_check): Silence a
gcc warning, use %p to print a HKL.
* gdk/win32/gdkevents-win32.c (gdk_event_translate):
WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in
order to be able to handle it normally in the application. Set

View File

@@ -1,5 +1,8 @@
2002-09-21 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkmain-win32.c (_gdk_windowing_init_check): Silence a
gcc warning, use %p to print a HKL.
* gdk/win32/gdkevents-win32.c (gdk_event_translate):
WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in
order to be able to handle it normally in the application. Set

View File

@@ -1,5 +1,8 @@
2002-09-21 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkmain-win32.c (_gdk_windowing_init_check): Silence a
gcc warning, use %p to print a HKL.
* gdk/win32/gdkevents-win32.c (gdk_event_translate):
WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in
order to be able to handle it normally in the application. Set

View File

@@ -1,5 +1,8 @@
2002-09-21 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkmain-win32.c (_gdk_windowing_init_check): Silence a
gcc warning, use %p to print a HKL.
* gdk/win32/gdkevents-win32.c (gdk_event_translate):
WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in
order to be able to handle it normally in the application. Set

View File

@@ -1,5 +1,8 @@
2002-09-21 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkmain-win32.c (_gdk_windowing_init_check): Silence a
gcc warning, use %p to print a HKL.
* gdk/win32/gdkevents-win32.c (gdk_event_translate):
WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in
order to be able to handle it normally in the application. Set

View File

@@ -92,7 +92,7 @@ _gdk_windowing_init_check (int argc,
LOCALE_IDEFAULTANSICODEPAGE,
buf, sizeof (buf));
_gdk_input_codepage = atoi (buf);
GDK_NOTE (EVENTS, g_print ("input_locale:%#lx, codepage:%d\n",
GDK_NOTE (EVENTS, g_print ("input_locale:%p, codepage:%d\n",
_gdk_input_locale, _gdk_input_codepage));
CoInitialize (NULL);