gtk/gtkwindow-decorate: use accessor functions to access GtkWidget

This commit is contained in:
Javier Jardón
2010-08-11 22:03:51 +02:00
parent 40e3d43394
commit 7b4cf7587a

View File

@ -816,7 +816,7 @@ gtk_decorated_window_move_resize_window (GtkWindow *window,
gint width, gint width,
gint height) gint height)
{ {
gdk_window_move_resize (GTK_WIDGET (window)->window, gdk_window_move_resize (gtk_widget_get_window (GTK_WIDGET (window)),
x, y, width, height); x, y, width, height);
} }
#endif #endif