mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user