New def of GSDefineGState

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13328 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2002-04-02 21:54:22 +00:00
parent b545d98985
commit 55f52faac4
5 changed files with 29 additions and 3 deletions

View file

@ -666,7 +666,6 @@ static NSNotificationCenter *nc = nil;
// Set window in new _gstate
DPSgsave(context);
[srv windowdevice: _windowNum];
DPSgstate(context);
_gstate = GSDefineGState(context);
DPSgrestore(context);
NSMapInsert (windowmaps, (void*)_windowNum, self);