Drop the shape window example in testgtk for now

Not sure this can be rescued without root window coordinates.
It is also somewhat inherently X11-specific.
This commit is contained in:
Matthias Clasen
2017-08-08 21:05:19 -04:00
parent b7c09e6abb
commit ab08566844

View File

@@ -5702,7 +5702,7 @@ create_paned_keyboard_navigation (GtkWidget *widget)
gtk_widget_show (GTK_WIDGET (window4));
}
#if 0
/*
* Shaped Windows
*/
@@ -5925,6 +5925,7 @@ create_shapes (GtkWidget *widget)
else
gtk_widget_destroy (with_region);
}
#endif
/*
* WM Hints demo
@@ -8300,7 +8301,9 @@ struct {
{ "rotated text", create_rotated_text },
{ "saved position", create_saved_position },
{ "scrolled windows", create_scrolled_windows },
#if 0
{ "shapes", create_shapes },
#endif
{ "size groups", create_size_groups },
{ "snapshot", create_snapshot },
{ "spinbutton", create_spins },