Home
last modified time | relevance | path

Searched refs:DarwinSendDDXEvent (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DX11Controller.m123 DarwinSendDDXEvent(kXquartzControllerNotify, 2,
276 DarwinSendDDXEvent(kXquartzControllerNotify, 1, AppleWMWindowMenuNotify);
629 DarwinSendDDXEvent(kXquartzControllerNotify, 1, AppleWMHideWindow);
636 DarwinSendDDXEvent(kXquartzControllerNotify, 1, AppleWMBringAllToFront);
642 DarwinSendDDXEvent(kXquartzControllerNotify, 1, AppleWMCloseWindow);
650 DarwinSendDDXEvent(kXquartzControllerNotify, 1, AppleWMMinimizeWindow);
658 DarwinSendDDXEvent(kXquartzControllerNotify, 1, AppleWMZoomWindow);
665 DarwinSendDDXEvent(kXquartzControllerNotify, 1, AppleWMNextWindow);
670 DarwinSendDDXEvent(kXquartzControllerNotify, 1, AppleWMPreviousWindow);
680 DarwinSendDDXEvent(kXquartzSetRootless, 1, XQuartzRootlessDefault);
[all …]
H A DdarwinEvents.h93 DarwinSendDDXEvent(int type, int argc, ...);
H A DdarwinEvents.c349 DarwinSendDDXEvent(kXquartzListenOnOpenFD, 1, in DarwinProcessFDAdditionQueue_thread()
620 DarwinSendDDXEvent(int type, int argc, ...) in DarwinSendDDXEvent() function
H A DX11Application.m177 DarwinSendDDXEvent(kXquartzActivate, 0);
190 DarwinSendDDXEvent(kXquartzDeactivate, 0);
332 DarwinSendDDXEvent(kXquartzToggleFullscreen, 0);
416 DarwinSendDDXEvent(kXquartzBringAllToFront, 1,
880 DarwinSendDDXEvent(kXquartzPasteboardNotify, 1,
1635 DarwinSendDDXEvent(kXquartzReloadKeymap, 0);
H A DquartzKeyboard.c892 DarwinSendDDXEvent(kXquartzReloadKeymap, 0); in QuartsResyncKeymap()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprScreen.c77 DarwinSendDDXEvent(kXquartzDisplayChanged, 0); in eventHandler()
87 DarwinSendDDXEvent(kXquartzWindowState, 2, in eventHandler()
99 DarwinSendDDXEvent(kXquartzWindowMoved, 1, id); in eventHandler()
125 DarwinSendDDXEvent(kXquartzSpaceChanged, 1, space_id); in eventHandler()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog20813 #1 DarwinSendDDXEvent darwinEvents.c:641 (X11.bin+0x000100033613)
20867 #1 DarwinSendDDXEvent darwinEvents.c:642 (X11.bin+0x000100033693)
125048 XQuartz: Use pDev=NULL for DarwinSendDDXEvent
125078 XQuartz: Use the master device in DarwinSendDDXEvent to avoid duplicate events.
147645 XQuartz: Made DarwinSendDDXEvent a little more robust to context switching diring server init.
150677 DarwinSendDDXEvent to make more clear what it actually does.