diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-10-21 16:22:28 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-10-21 16:22:28 +0000 |
commit | acfab255ccdd160726cca7760b3401a4211026e1 (patch) | |
tree | f1da72ddf167749766e8a12f4a5ec1fd7df02f21 /gdk | |
parent | 4b2885b5d36aa82b227c0b3c24d2ec67a55a5194 (diff) | |
download | gtk+-acfab255ccdd160726cca7760b3401a4211026e1.tar.gz |
One-character fix to make it compile - Federico
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/gdk.c | 2 | ||||
-rw-r--r-- | gdk/x11/gdkmain-x11.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2529,7 +2529,7 @@ gdk_event_translate (GdkEvent *event, GDK_NOTE (EVENTS, - <g_message ("configure notify:\twindow: %ld x,y: %d %d w,h: %d %d b-w: %d above: %ld ovr: %d", + g_message ("configure notify:\twindow: %ld x,y: %d %d w,h: %d %d b-w: %d above: %ld ovr: %d", xevent->xconfigure.window - base_id, xevent->xconfigure.x, xevent->xconfigure.y, diff --git a/gdk/x11/gdkmain-x11.c b/gdk/x11/gdkmain-x11.c index 6130786d9a..449ad4add8 100644 --- a/gdk/x11/gdkmain-x11.c +++ b/gdk/x11/gdkmain-x11.c @@ -2529,7 +2529,7 @@ gdk_event_translate (GdkEvent *event, GDK_NOTE (EVENTS, - <g_message ("configure notify:\twindow: %ld x,y: %d %d w,h: %d %d b-w: %d above: %ld ovr: %d", + g_message ("configure notify:\twindow: %ld x,y: %d %d w,h: %d %d b-w: %d above: %ld ovr: %d", xevent->xconfigure.window - base_id, xevent->xconfigure.x, xevent->xconfigure.y, |