forked from AuroraMiddleware/gtk
One-character fix to make it compile - Federico
This commit is contained in:
parent
4b2885b5d3
commit
acfab255cc
@ -2529,7 +2529,7 @@ gdk_event_translate (GdkEvent *event,
|
|||||||
|
|
||||||
|
|
||||||
GDK_NOTE (EVENTS,
|
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.window - base_id,
|
||||||
xevent->xconfigure.x,
|
xevent->xconfigure.x,
|
||||||
xevent->xconfigure.y,
|
xevent->xconfigure.y,
|
||||||
|
@ -2529,7 +2529,7 @@ gdk_event_translate (GdkEvent *event,
|
|||||||
|
|
||||||
|
|
||||||
GDK_NOTE (EVENTS,
|
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.window - base_id,
|
||||||
xevent->xconfigure.x,
|
xevent->xconfigure.x,
|
||||||
xevent->xconfigure.y,
|
xevent->xconfigure.y,
|
||||||
|
Loading…
Reference in New Issue
Block a user