Remove width/height from GdkWindowImplQuartz and use those in GdkWindowObject

This commit is contained in:
Richard Hult
2009-01-05 15:56:57 +01:00
committed by Alexander Larsson
parent 774cebae69
commit b1b358c820
4 changed files with 56 additions and 44 deletions

View File

@ -45,9 +45,6 @@ struct _GdkWindowImplQuartz
{
GdkDrawableImplQuartz parent_instance;
gint width;
gint height;
NSWindow *toplevel;
NSTrackingRectTag tracking_rect;
GdkQuartzView *view;