diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-04-20 23:37:10 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-04-20 23:37:10 -0400 |
commit | 1507ba79ec9f4b25686222b6eaed33d50cdcb7cc (patch) | |
tree | 161fa3bb6ef31a9330445ced189241cc82c7e7fb /gtk/gtkwindowprivate.h | |
parent | 2d84ebeeb8aa111f263632139023f31f6ee329dd (diff) | |
download | gtk+-1507ba79ec9f4b25686222b6eaed33d50cdcb7cc.tar.gz |
csd: Drop content_window
Instead of reparenting the content, use input-only windows to
set cursors and capture clicks on the window frame. This avoids
some of the problems that were introduced by content_window, such
as black flashes and non-working opacity.
Diffstat (limited to 'gtk/gtkwindowprivate.h')
-rw-r--r-- | gtk/gtkwindowprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkwindowprivate.h b/gtk/gtkwindowprivate.h index a1b0427333..507d79671f 100644 --- a/gtk/gtkwindowprivate.h +++ b/gtk/gtkwindowprivate.h @@ -64,7 +64,6 @@ void _gtk_window_get_wmclass (GtkWindow *window, void _gtk_window_set_allocation (GtkWindow *window, const GtkAllocation *allocation, GtkAllocation *allocation_out); -GdkWindow * _gtk_window_get_content_window (GtkWindow *window); typedef void (*GtkWindowKeysForeachFunc) (GtkWindow *window, guint keyval, |