Add Win32 detail to doc comments.

2006-08-23  Tor Lillqvist  <tml@novell.com>

	* gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_mask)
	(gdk_window_input_shape_combine_mask)
	gdk_window_shape_combine_region)
	(gdk_window_input_shape_combine_region): Add Win32 detail to doc
	comments.
This commit is contained in:
Tor Lillqvist 2006-08-23 00:25:10 +00:00 committed by Tor Lillqvist
parent cfbb3e299b
commit 1c816b805c
3 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2006-08-23 Tor Lillqvist <tml@novell.com>
* gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_mask)
(gdk_window_input_shape_combine_mask)
gdk_window_shape_combine_region)
(gdk_window_input_shape_combine_region): Add Win32 detail to doc
comments.
2006-08-22 Paolo Borelli <pborelli@katamail.com>
* gtk/gtktextview.c: do not scroll on copy. Bug #329604.

View File

@ -1,3 +1,11 @@
2006-08-23 Tor Lillqvist <tml@novell.com>
* gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_mask)
(gdk_window_input_shape_combine_mask)
gdk_window_shape_combine_region)
(gdk_window_input_shape_combine_region): Add Win32 detail to doc
comments.
2006-08-22 Paolo Borelli <pborelli@katamail.com>
* gtk/gtktextview.c: do not scroll on copy. Bug #329604.

View File

@ -3895,6 +3895,8 @@ do_shape_combine_mask (GdkWindow *window,
* buggy. On servers without the shape extension, this function
* will do nothing.
*
* On the Win32 platform the functionality is always present.
*
* This function works on both toplevel and child windows.
*
**/
@ -3928,6 +3930,9 @@ gdk_window_shape_combine_mask (GdkWindow *window,
* On the X11 platform, this requires version 1.1 of the
* shape extension.
*
* On the Win32 platform, this functionality is not present and the
* function does nothing.
*
* Since: 2.10
*/
void
@ -4020,6 +4025,8 @@ do_shape_combine_region (GdkWindow *window,
* buggy. On servers without the shape extension, this function
* will do nothing.
*
* On the Win32 platform, this functionality is always present.
*
* This function works on both toplevel and child windows.
*
**/
@ -4053,6 +4060,9 @@ gdk_window_shape_combine_region (GdkWindow *window,
* On the X11 platform, this requires version 1.1 of the
* shape extension.
*
* On the Win32 platform, this functionality is not present and the
* function does nothing.
*
* Since: 2.10
*/
void