diff options
author | Hans Breuer <hans@breuer.org> | 2011-01-02 12:06:38 +0100 |
---|---|---|
committer | Hans Breuer <hans@breuer.org> | 2011-01-02 13:33:08 +0100 |
commit | a2b1da064a7868a8e6960afd5ffd05c43e701135 (patch) | |
tree | f4a1f94d5c48e3d0302f5178000fdabc692bf4f2 /gtk/gtkprintoperation-win32.c | |
parent | cfeaba9d62df524c86fe33ee90b9379e60353188 (diff) | |
download | gtk+-a2b1da064a7868a8e6960afd5ffd05c43e701135.tar.gz |
win32: ported backend specific code to now backend specific API
Diffstat (limited to 'gtk/gtkprintoperation-win32.c')
-rw-r--r-- | gtk/gtkprintoperation-win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation-win32.c b/gtk/gtkprintoperation-win32.c index aee3b500ee..29550b7a8e 100644 --- a/gtk/gtkprintoperation-win32.c +++ b/gtk/gtkprintoperation-win32.c @@ -655,7 +655,7 @@ static HWND get_parent_hwnd (GtkWidget *widget) { gtk_widget_realize (widget); - return gdk_win32_drawable_get_handle (gtk_widget_get_window (widget)); + return gdk_win32_window_get_handle (gtk_widget_get_window (widget)); } static void |