mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
Added instance variables for image rect caching
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14138 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3d9a4fa380
commit
7d05b5c4ab
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
@class NSToolbar;
|
||||
@class NSView;
|
||||
@class NSWindowController;
|
||||
@class NSCachedImageRep;
|
||||
|
||||
/*
|
||||
* Window levels are taken from MacOS-X
|
||||
|
@ -141,6 +142,9 @@ APPKIT_EXPORT NSSize NSTokenSize;
|
|||
|
||||
NSToolbar *_toolbar;
|
||||
|
||||
NSCachedImageRep *_cachedImage;
|
||||
NSPoint _cachedImageOrigin;
|
||||
|
||||
struct GSWindowFlagsType {
|
||||
unsigned accepts_drag:1;
|
||||
unsigned is_one_shot:1;
|
||||
|
|
Loading…
Reference in a new issue