mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-31 17:31:33 +00:00
Added ivar to store old clip region
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@13765 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d0ea4d0557
commit
1cde0e8496
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
||||||
|
|
||||||
HGDIOBJ oldBrush;
|
HGDIOBJ oldBrush;
|
||||||
HGDIOBJ oldPen;
|
HGDIOBJ oldPen;
|
||||||
|
HRGN oldClipRegion;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) setWindow: (HWND)number;
|
- (void) setWindow: (HWND)number;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue