GDK documentation fixes.

This commit is contained in:
Matthias Clasen 2004-10-09 03:31:50 +00:00
parent 724a8865d2
commit 0eb44bad4a
7 changed files with 14 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2004-10-08 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkx.h: Declare gdk_x11_window_set_user_time here.
* gtk/gtktreeview.c (gtk_tree_view_grab_notify): Don't start a
drag if we loose the grab.

View File

@ -1,5 +1,7 @@
2004-10-08 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkx.h: Declare gdk_x11_window_set_user_time here.
* gtk/gtktreeview.c (gtk_tree_view_grab_notify): Don't start a
drag if we loose the grab.

View File

@ -1,5 +1,7 @@
2004-10-08 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkx.h: Declare gdk_x11_window_set_user_time here.
* gtk/gtktreeview.c (gtk_tree_view_grab_notify): Don't start a
drag if we loose the grab.

View File

@ -1,5 +1,7 @@
2004-10-08 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkx.h: Declare gdk_x11_window_set_user_time here.
* gtk/gtktreeview.c (gtk_tree_view_grab_notify): Don't start a
drag if we loose the grab.

View File

@ -1,5 +1,7 @@
2004-10-08 Matthias Clasen <mclasen@redhat.com>
* gdk/gdk-sections.txt: Add some missing functions.
* gtk/running.sgml: Update list of supported debug flags.
2004-10-06 Matthias Clasen <mclasen@redhat.com>

View File

@ -110,6 +110,8 @@ gdk_wm_decoration_get_type
gdk_wm_function_get_type
gdk_pointer_grab_info_libgtk_only
gdk_keyboard_grab_info_libgtk_only
gdk_add_option_entries_libgtk_only
gdk_pre_parse_libgtk_only
</SECTION>
<SECTION>

View File

@ -53,6 +53,8 @@ Display *gdk_x11_gc_get_xdisplay (GdkGC *gc);
GC gdk_x11_gc_get_xgc (GdkGC *gc);
Screen * gdk_x11_screen_get_xscreen (GdkScreen *screen);
int gdk_x11_screen_get_screen_number (GdkScreen *screen);
void gdk_x11_window_set_user_time (GdkWindow *window,
guint32 timestamp);
const char* gdk_x11_screen_get_window_manager_name (GdkScreen *screen);