mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 12:00:48 +00:00
Preliminary drawing engine
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3222 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
51eeb7b526
commit
5808de175b
42 changed files with 3139 additions and 236 deletions
|
@ -203,7 +203,7 @@
|
|||
(int)NSMinX(r),(int)NSMinY(r),(int)NSWidth(r),
|
||||
(int)NSHeight(r));
|
||||
[self _fillRect: r];
|
||||
[[NSDPSContext currentContext] flush];
|
||||
[[GPSDrawContext currentContext] flush];
|
||||
oldRect=r;
|
||||
e=[[NSApplication sharedApplication]
|
||||
nextEventMatchingMask:eventMask
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue