Searched refs:ConfigNotify (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_screen.c | 182 unwrap(screen_priv, screen, ConfigNotify); in present_config_notify() 183 if (screen->ConfigNotify) in present_config_notify() 184 ret = screen->ConfigNotify (window, x, y, w, h, bw, sibling); in present_config_notify() 187 wrap(screen_priv, screen, ConfigNotify, present_config_notify); in present_config_notify() 231 wrap(screen_priv, screen, ConfigNotify, present_config_notify); in present_screen_priv_init()
|
| H A D | present_priv.h | 148 ConfigNotifyProcPtr ConfigNotify; member
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compinit.c | 67 pScreen->ConfigNotify = cs->ConfigNotify; in compCloseScreen() 426 cs->ConfigNotify = pScreen->ConfigNotify; in compScreenInit() 427 pScreen->ConfigNotify = compConfigNotify; in compScreenInit()
|
| H A D | compwindow.c | 793 if (cs->ConfigNotify) { in compConfigNotify() 794 pScreen->ConfigNotify = cs->ConfigNotify; in compConfigNotify() 795 ret = (*pScreen->ConfigNotify) (pWin, x, y, w, h, bw, pSib); in compConfigNotify() 796 cs->ConfigNotify = pScreen->ConfigNotify; in compConfigNotify() 797 pScreen->ConfigNotify = compConfigNotify; in compConfigNotify()
|
| H A D | compint.h | 140 ConfigNotifyProcPtr ConfigNotify; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/ |
| H A D | dri2.c | 132 ConfigNotifyProcPtr ConfigNotify; member 1391 if (ds->ConfigNotify) { in DRI2ConfigNotify() 1392 pScreen->ConfigNotify = ds->ConfigNotify; in DRI2ConfigNotify() 1394 ret = (*pScreen->ConfigNotify) (pWin, x, y, w, h, bw, pSib); in DRI2ConfigNotify() 1396 ds->ConfigNotify = pScreen->ConfigNotify; in DRI2ConfigNotify() 1397 pScreen->ConfigNotify = DRI2ConfigNotify; in DRI2ConfigNotify() 1632 ds->ConfigNotify = pScreen->ConfigNotify; in DRI2ScreenInit() 1633 pScreen->ConfigNotify = DRI2ConfigNotify; in DRI2ScreenInit() 1661 pScreen->ConfigNotify = ds->ConfigNotify; in DRI2CloseScreen()
|
| /OK3568_Linux_fs/external/xserver/dri3/ |
| H A D | dri3_priv.h | 45 ConfigNotifyProcPtr ConfigNotify; member
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 613 ConfigNotifyProcPtr ConfigNotify; member
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | window.c | 2371 if (pWin->drawable.pScreen->ConfigNotify) { in ConfigureWindow() 2375 (*pWin->drawable.pScreen->ConfigNotify) (pWin, x, y, w, h, bw, in ConfigureWindow()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 18756 Composite extension is informed via the ConfigNotify callback. The 28523 randr: Send ConfigNotify when manual monitor list changes 90684 dri2: restore Screen->ConfigNotify on close 90686 ConfigNotify is set by DRI2ScreenInit, but not restored to 109751 This changes the ConfigNotify hook to return status, and moves the 109752 composite window reconfiguration wrappers to ConfigNotify. They all 109754 ResizeWindow, ChangeBorderWidth wrappers, and allow ConfigNotify to do 114880 Add a ConfigNotify hook.
|