forked from AuroraMiddleware/gtk
docu fixup by Bjoern Lindqvist, #454703.
Sun Jul 8 01:33:45 2007 Tim Janik <timj@gtk.org> * gdk/gdkwindow.c: docu fixup by Bjoern Lindqvist, #454703. svn path=/trunk/; revision=18398
This commit is contained in:
parent
dc8acd888c
commit
2af3c53e47
@ -1,3 +1,7 @@
|
|||||||
|
Sun Jul 8 01:33:45 2007 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
* gdk/gdkwindow.c: docu fixup by Bjoern Lindqvist, #454703.
|
||||||
|
|
||||||
2007-07-07 Richard Hult <richard@imendio.com>
|
2007-07-07 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
* gdk/quartz/GdkQuartzWindow.c ([GdkQuartzWindow -windowDidResignMain:])
|
* gdk/quartz/GdkQuartzWindow.c ([GdkQuartzWindow -windowDidResignMain:])
|
||||||
|
@ -2490,13 +2490,13 @@ gdk_window_process_updates (GdkWindow *window,
|
|||||||
/**
|
/**
|
||||||
* gdk_window_invalidate_rect:
|
* gdk_window_invalidate_rect:
|
||||||
* @window: a #GdkWindow
|
* @window: a #GdkWindow
|
||||||
* @rect: rectangle to invalidate
|
* @rect: rectangle to invalidate or %NULL to invalidate the whole
|
||||||
|
* window
|
||||||
* @invalidate_children: whether to also invalidate child windows
|
* @invalidate_children: whether to also invalidate child windows
|
||||||
*
|
*
|
||||||
* A convenience wrapper around gdk_window_invalidate_region() which
|
* A convenience wrapper around gdk_window_invalidate_region() which
|
||||||
* invalidates a rectangular region. See
|
* invalidates a rectangular region. See
|
||||||
* gdk_window_invalidate_region() for details.
|
* gdk_window_invalidate_region() for details.
|
||||||
*
|
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gdk_window_invalidate_rect (GdkWindow *window,
|
gdk_window_invalidate_rect (GdkWindow *window,
|
||||||
|
Loading…
Reference in New Issue
Block a user