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.