mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 09:11:03 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6197 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5950d6f837
commit
6a3034725b
1 changed files with 2 additions and 0 deletions
|
@ -826,6 +826,8 @@ NSGraphicsContext *GSCurrentContext()
|
|||
GET_IMP(@selector(DPSPostEvent:atStart:));
|
||||
methodTable.DPSmouselocation__ =
|
||||
GET_IMP(@selector(DPSmouselocation::));
|
||||
methodTable.DPSsetinputstate__ =
|
||||
GET_IMP(@selector(DPSsetinputstate::));
|
||||
|
||||
mptr = NSZoneMalloc(_globalGSZone, sizeof(gsMethodTable));
|
||||
memcpy(mptr, &methodTable, sizeof(gsMethodTable));
|
||||
|
|
Loading…
Reference in a new issue