Added DPSdocedited

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5384 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-12-06 13:32:01 +00:00
parent 4a4c22fdc0
commit 93ac0b67a4
6 changed files with 34 additions and 1 deletions

View file

@ -807,6 +807,10 @@ NSGraphicsContext *GSCurrentContext()
GET_IMP(@selector(DPSimagecursor:::::::));
methodTable.DPSsetcursorcolor_______ =
GET_IMP(@selector(DPSsetcursorcolor:::::::));
methodTable.DPSstyleoffsets_____ =
GET_IMP(@selector(DPSstyleoffsets:::::));
methodTable.DPSdocedited__ =
GET_IMP(@selector(DPSdocedited::));
/* ----------------------------------------------------------------------- */
/* GNUstep Event and other I/O extensions */
/* ----------------------------------------------------------------------- */
@ -1957,6 +1961,11 @@ NSGraphicsContext *GSCurrentContext()
[self subclassResponsibility: _cmd];
}
- (void) DPSdocedited: (int) edited : (int) window ;
{
[self subclassResponsibility: _cmd];
}
/* ----------------------------------------------------------------------- */
/* GNUstep Event and other I/O extensions */
/* ----------------------------------------------------------------------- */

View file

@ -1436,6 +1436,7 @@ resetCursorRectsForView(NSView *theView)
{
[NSApp updateWindowsItem: self];
}
DPSdocedited(GSCurrentContext(), flag, window_num);
}
}