Home
last modified time | relevance | path

Searched refs:ConfigNotify (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_screen.c182 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 Dpresent_priv.h148 ConfigNotifyProcPtr ConfigNotify; member
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c67 pScreen->ConfigNotify = cs->ConfigNotify; in compCloseScreen()
426 cs->ConfigNotify = pScreen->ConfigNotify; in compScreenInit()
427 pScreen->ConfigNotify = compConfigNotify; in compScreenInit()
H A Dcompwindow.c793 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 Dcompint.h140 ConfigNotifyProcPtr ConfigNotify; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c132 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 Ddri3_priv.h45 ConfigNotifyProcPtr ConfigNotify; member
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h613 ConfigNotifyProcPtr ConfigNotify; member
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c2371 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 DChangeLog18756 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.