]> Pileus Git - ~andy/gtk/commit
Bug 631599 - Allow to use arbitrary surfaces for offscreen windows
authorMichael Natterer <mitch@gimp.org>
Thu, 14 Oct 2010 11:25:23 +0000 (13:25 +0200)
committerMichael Natterer <mitch@gimp.org>
Thu, 14 Oct 2010 11:25:23 +0000 (13:25 +0200)
commit9d9742f1e56a331f71c6a46b11ccc765621d46c7
tree2a8736e41f6ea1f8ab254bcda86a41c711cd3240
parent10c76c1c956c9dee46a6d9e28b9456967d508889
Bug 631599 - Allow to use arbitrary surfaces for offscreen windows

Add signal GdkWindow::create-surface which allows to use any
surface type as storage for offscreen windows.

Test the new signal in tests/gdkoffscreenbox.c
gdk/gdkinternals.h
gdk/gdkmarshalers.list
gdk/gdkoffscreenwindow.c
gdk/gdkwindow.c
gdk/gdkwindow.h
tests/gtkoffscreenbox.c