From e95490c15e8a95cb72601e4d66e806b55d7b4d82 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 18 Sep 2012 11:43:20 -0400 Subject: [PATCH] GdkWindow: remove reference to a long-removed example --- gdk/gdkwindow.c | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c index 5284d6ea84..ae77620888 100644 --- a/gdk/gdkwindow.c +++ b/gdk/gdkwindow.c @@ -65,25 +65,6 @@ * composited window it is the responsibility of the * application to render the window contents at the right spot. * - * - * Composited windows - * - * FIXME: MISSING XINCLUDE CONTENT - * - * - * In the example , a button is - * placed inside of an event box inside of a window. The event box is set as - * composited and therefore is no longer automatically drawn to the screen. - * - * When the contents of the event box change, an expose event is generated on - * its parent window (which, in this case, belongs to the toplevel #GtkWindow). - * The expose handler for this widget is responsible for merging the changes - * back on the screen in the way that it wishes. - * - * In our case, we merge the contents with a 50% transparency. We also set the - * background colour of the window to red. The effect is that the background - * shows through the button. - * * * * Offscreen Windows