]> Pileus Git - ~andy/gtk/commit
gdk: Make get_shape and get_input_shape vfuncs
authorBenjamin Otte <otte@redhat.com>
Thu, 25 Nov 2010 11:17:11 +0000 (12:17 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 2 Dec 2010 19:21:04 +0000 (20:21 +0100)
commit1269f8424f935a34d38106527ffce3e2cc8e35d0
tree845ea5582b5cab7b2fede1fe5f9951fe4bd94786
parent218eea43785809ce43e894ed1bd94e18757f4efa
gdk: Make get_shape and get_input_shape vfuncs

Trying to get rid of all the _gdk_windowing_something() functions that
we expect backends to magically know about and instead put them in a
proper interface (mostly GdkWindowImplClass).
gdk/gdkinternals.h
gdk/gdkwindow.c
gdk/gdkwindowimpl.h
gdk/quartz/gdkwindow-quartz.c
gdk/win32/gdkwindow-win32.c
gdk/x11/gdkwindow-x11.c