Home
last modified time | relevance | path

Searched refs:kXquartzControllerNotify (Results 1 – 3 of 3) 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);
846 DarwinSendDDXEvent(kXquartzControllerNotify, 1, AppleWMHideAll);
[all …]
H A DdarwinEvents.h80 kXquartzControllerNotify, // send an AppleWMControllerNotify event enumerator
H A DdarwinEvents.c212 case kXquartzControllerNotify: in DarwinEventHandler()