]> Pileus Git - ~andy/gtk/commitdiff
Add Win32 detail to doc comments.
authorTor Lillqvist <tml@novell.com>
Wed, 23 Aug 2006 00:25:10 +0000 (00:25 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 23 Aug 2006 00:25:10 +0000 (00:25 +0000)
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.

ChangeLog
ChangeLog.pre-2-10
gdk/x11/gdkwindow-x11.c

index f7f7b09e18bc7f7dfa6fe0a4e42630f45586d2d3..7542d4bd87c5b1210d7a981173ff4b0b6d54d6d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index f7f7b09e18bc7f7dfa6fe0a4e42630f45586d2d3..7542d4bd87c5b1210d7a981173ff4b0b6d54d6d4 100644 (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.
index ccb05af0787c1b9357f6e4b3176595eb6318a20e..06f5f8bdf9e4a529cb1f2dd72893dff799654a28 100644 (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