Remove some deprecated stuff from GdkWindow

Also, substitute the deprecated functions with the correct ones
This commit is contained in:
Javier Jardón
2010-05-12 04:25:46 +02:00
parent c6a789998a
commit 2b64a7fd54
15 changed files with 14 additions and 293 deletions

View File

@ -41,8 +41,6 @@ G_BEGIN_DECLS
#include "gdkprivate-win32.h"
#undef GDK_ROOT_PARENT /* internal access is direct */
#define GDK_ROOT_PARENT() ((GdkWindow *) _gdk_parent_root)
#define GDK_WINDOW_HWND(win) (GDK_DRAWABLE_IMPL_WIN32(((GdkWindowObject *)win)->impl)->handle)
#define GDK_PIXMAP_HBITMAP(pixmap) (GDK_DRAWABLE_IMPL_WIN32(((GdkPixmapObject *)pixmap)->impl)->handle)
#define GDK_DRAWABLE_IMPL_WIN32_HANDLE(d) (((GdkDrawableImplWin32 *) d)->handle)