Some aftermath from the window impl cleanups:

2008-07-01  Richard Hult  <richard@imendio.com>

	Some aftermath from the window impl cleanups:

	* gdk/quartz/gdkwindow-quartz.c:
	(gdk_window_merge_child_input_shapes): Rename and export again.
	(gdk_window_quartz_get_offsets): Make static.

svn path=/trunk/; revision=20723
This commit is contained in:
Richard Hult 2008-07-01 18:27:43 +00:00 committed by Richard Hult
parent 6281cec0ab
commit 119f3cf183
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
2008-07-01 Richard Hult <richard@imendio.com>
Some aftermath from the window impl cleanups:
* gdk/quartz/gdkwindow-quartz.c:
(gdk_window_merge_child_input_shapes): Rename and export again.
(gdk_window_quartz_get_offsets): Make static.
2008-07-01 Michael Natterer <mitch@imendio.com>
* gtk/gtkscalebutton.h: forgot to commit the header, fixed now.

View File

@ -2342,8 +2342,8 @@ gdk_window_quartz_merge_child_shapes (GdkWindow *window)
/* FIXME: Implement */
}
static void
gdk_window_quartz_merge_child_input_shapes (GdkWindow *window)
void
gdk_window_merge_child_input_shapes (GdkWindow *window)
{
/* FIXME: Implement */
}
@ -2772,7 +2772,7 @@ gdk_window_set_functions (GdkWindow *window,
/* FIXME: Implement */
}
void
static void
gdk_window_quartz_get_offsets (GdkWindow *window,
gint *x_offset,
gint *y_offset)