mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 14:36:36 +00:00
Updated for dps event functions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4338 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d49691dc88
commit
58512c20c4
5 changed files with 160 additions and 454 deletions
|
@ -634,6 +634,15 @@ struct NSWindow_struct
|
|||
GET_IMP(@selector(DPSsetalpha:));
|
||||
methodTable.DPScurrentalpha_ =
|
||||
GET_IMP(@selector(DPScurrentalpha:));
|
||||
/* ----------------------------------------------------------------------- */
|
||||
/* GNUstep Event and other I/O extensions */
|
||||
/* ----------------------------------------------------------------------- */
|
||||
methodTable.DPSGetEventMatchingMask_beforeDate_inMode_dequeue_ =
|
||||
GET_IMP(@selector(DPSGetEventMatchingMask:beforeDate:inMode:dequeue:));
|
||||
methodTable.DPSDiscardEventsMatchingMask_beforeEvent_ =
|
||||
GET_IMP(@selector(DPSDiscardEventsMatchingMask:beforeEvent:));
|
||||
methodTable.DPSPostEvent_atStart_ =
|
||||
GET_IMP(@selector(DPSPostEvent:atStart:));
|
||||
|
||||
mptr = NSZoneMalloc(_globalGSZone, sizeof(gsMethodTable));
|
||||
memcpy(mptr, &methodTable, sizeof(gsMethodTable));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue