svn path=/trunk/; revision=17939
This commit is contained in:
Matthias Clasen 2007-05-26 20:43:23 +00:00
parent 73e7af1f18
commit b6d58ad642
3 changed files with 6 additions and 15 deletions

View File

@ -1,3 +1,8 @@
2007-05-26 Matthias Clasen <mclasen@redhat.com>
* gdk/directfb/gdkwindow-directfb.c: Remove duplicate doc comments.
* gdk/x11/gdkwindow-x11.c: Fix doc formatting
2007-05-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktooltip.c:

View File

@ -3017,20 +3017,6 @@ gdk_window_beep (GdkWindow *window)
gdk_display_beep (gdk_display_get_default());
}
/**
* gdk_window_set_opacity:
* @window a top-level #GdkWindow
* @opacity: opacity
*
* Request the windowing system to make @window partially transparent,
* with opacity 0 being fully transparent and 1 fully opaque. (Values
* of the opacity parameter are clamped to the [0,1] range.) On X11
* this works only on X screens with a compositing manager running.
*
* For setting up per-pixel alpha, see gdk_screen_get_rgba_colormap().
*
* Since: 2.12
*/
void
gdk_window_set_opacity (GdkWindow *window,
gdouble opacity)

View File

@ -6408,7 +6408,7 @@ gdk_window_beep (GdkWindow *window)
/**
* gdk_window_set_opacity:
* @window a top-level #GdkWindow
* @window: a top-level #GdkWindow
* @opacity: opacity
*
* Request the windowing system to make @window partially transparent,