Use correct function name in warning messages.

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

	* gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Use correct
	function name in warning messages.
This commit is contained in:
Tor Lillqvist 2002-09-11 21:23:44 +00:00 committed by Tor Lillqvist
parent c06ae8c21a
commit f713eb82bf
7 changed files with 20 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2002-09-12 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Use correct
function name in warning messages.
Merge from gtk-2-0:
* gdk/win32/gdkdrawable-win32.c

View File

@ -1,5 +1,8 @@
2002-09-12 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Use correct
function name in warning messages.
Merge from gtk-2-0:
* gdk/win32/gdkdrawable-win32.c

View File

@ -1,5 +1,8 @@
2002-09-12 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Use correct
function name in warning messages.
Merge from gtk-2-0:
* gdk/win32/gdkdrawable-win32.c

View File

@ -1,5 +1,8 @@
2002-09-12 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Use correct
function name in warning messages.
Merge from gtk-2-0:
* gdk/win32/gdkdrawable-win32.c

View File

@ -1,5 +1,8 @@
2002-09-12 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Use correct
function name in warning messages.
Merge from gtk-2-0:
* gdk/win32/gdkdrawable-win32.c

View File

@ -1,5 +1,8 @@
2002-09-12 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Use correct
function name in warning messages.
Merge from gtk-2-0:
* gdk/win32/gdkdrawable-win32.c

View File

@ -246,7 +246,7 @@ gdk_input_wintab_init (void)
wa.window_type = GDK_WINDOW_TOPLEVEL;
if ((wintab_window = gdk_window_new (NULL, &wa, GDK_WA_X|GDK_WA_Y)) == NULL)
{
g_warning ("_gdk_input_init: gdk_window_new failed");
g_warning ("gdk_input_wintab_init: gdk_window_new failed");
return;
}
gdk_drawable_ref (wintab_window);
@ -330,7 +330,7 @@ gdk_input_wintab_init (void)
hctx = g_new (HCTX, 1);
if ((*hctx = WTOpen (GDK_WINDOW_HWND (wintab_window), &lc, TRUE)) == NULL)
{
g_warning ("_gdk_input_init: WTOpen failed");
g_warning ("gdk_input_wintab_init: WTOpen failed");
return;
}
GDK_NOTE (INPUT, g_print ("opened Wintab device %d %p\n",