Correct filename ~/.pangoft2_aliases
2001-01-08 Alexander Larsson <alexl@redhat.com> * docs/README.linux-fb: Correct filename ~/.pangoft2_aliases * gdk/gdkwindow.h: Added new function gdk_window_get_decorations. * gdk/linux-fb/gdkfb.h: Removed _gdk_window_get_decorations declaration. Renamed _gdk_window_set_child_handler to gdk_fb_window_set_child_handler. * gdk/linux-fb/gdkwindow-fb.c: Renamed _gdk_window_set_child_handler to gdk_fb_window_set_child_handler. * gdk/x11/gdkwindow-x11.c: New function gdk_window_get_mwm_hints(). Implemented gdk_window_get_decorations. * docs/reference/gdk/tmpl/windows.sgml: * docs/reference/gdk/gdk-sections.txt: Added gdk_window_get_decorations docs.
This commit is contained in:
committed by
Alexander Larsson
parent
94dfd3dd82
commit
49bb8dfa19
@ -1685,10 +1685,10 @@ gdk_window_set_group (GdkWindow *window,
|
||||
}
|
||||
|
||||
void
|
||||
_gdk_window_set_child_handler (GdkWindow *window,
|
||||
GdkWindowChildChanged changed,
|
||||
GdkWindowChildGetPos get_pos,
|
||||
gpointer user_data)
|
||||
gdk_fb_window_set_child_handler (GdkWindow *window,
|
||||
GdkWindowChildChanged changed,
|
||||
GdkWindowChildGetPos get_pos,
|
||||
gpointer user_data)
|
||||
{
|
||||
GdkWindowChildHandlerData *data;
|
||||
|
||||
@ -1721,8 +1721,8 @@ gdk_window_set_decorations (GdkWindow *window,
|
||||
}
|
||||
|
||||
gboolean
|
||||
_gdk_window_get_decorations(GdkWindow *window,
|
||||
GdkWMDecoration *decorations)
|
||||
gdk_window_get_decorations(GdkWindow *window,
|
||||
GdkWMDecoration *decorations)
|
||||
{
|
||||
GdkWMDecoration *dec;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user