mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
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:
parent
6281cec0ab
commit
119f3cf183
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user