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:
committed by
Tor Lillqvist
parent
cfbb3e299b
commit
1c816b805c
@ -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>
|
2006-08-22 Paolo Borelli <pborelli@katamail.com>
|
||||||
|
|
||||||
* gtk/gtktextview.c: do not scroll on copy. Bug #329604.
|
* gtk/gtktextview.c: do not scroll on copy. Bug #329604.
|
||||||
|
|||||||
@ -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>
|
2006-08-22 Paolo Borelli <pborelli@katamail.com>
|
||||||
|
|
||||||
* gtk/gtktextview.c: do not scroll on copy. Bug #329604.
|
* gtk/gtktextview.c: do not scroll on copy. Bug #329604.
|
||||||
|
|||||||
@ -3895,6 +3895,8 @@ do_shape_combine_mask (GdkWindow *window,
|
|||||||
* buggy. On servers without the shape extension, this function
|
* buggy. On servers without the shape extension, this function
|
||||||
* will do nothing.
|
* will do nothing.
|
||||||
*
|
*
|
||||||
|
* On the Win32 platform the functionality is always present.
|
||||||
|
*
|
||||||
* This function works on both toplevel and child windows.
|
* 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
|
* On the X11 platform, this requires version 1.1 of the
|
||||||
* shape extension.
|
* shape extension.
|
||||||
*
|
*
|
||||||
|
* On the Win32 platform, this functionality is not present and the
|
||||||
|
* function does nothing.
|
||||||
|
*
|
||||||
* Since: 2.10
|
* Since: 2.10
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
@ -4020,6 +4025,8 @@ do_shape_combine_region (GdkWindow *window,
|
|||||||
* buggy. On servers without the shape extension, this function
|
* buggy. On servers without the shape extension, this function
|
||||||
* will do nothing.
|
* will do nothing.
|
||||||
*
|
*
|
||||||
|
* On the Win32 platform, this functionality is always present.
|
||||||
|
*
|
||||||
* This function works on both toplevel and child windows.
|
* 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
|
* On the X11 platform, this requires version 1.1 of the
|
||||||
* shape extension.
|
* shape extension.
|
||||||
*
|
*
|
||||||
|
* On the Win32 platform, this functionality is not present and the
|
||||||
|
* function does nothing.
|
||||||
|
*
|
||||||
* Since: 2.10
|
* Since: 2.10
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user