mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05:00:38 +00:00
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:
parent
4a4c22fdc0
commit
93ac0b67a4
6 changed files with 34 additions and 1 deletions
|
@ -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 */
|
||||
/* ----------------------------------------------------------------------- */
|
||||
|
|
|
@ -1436,6 +1436,7 @@ resetCursorRectsForView(NSView *theView)
|
|||
{
|
||||
[NSApp updateWindowsItem: self];
|
||||
}
|
||||
DPSdocedited(GSCurrentContext(), flag, window_num);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue