/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | config.h | 94 #define SCREEN 4 macro
|
H A D | xf86tokens.h | 259 SCREEN, enumerator in enum:__anon7678
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | config.h | 88 #define SCREEN 4 macro
|
H A D | xf86tokens.h | 260 SCREEN, enumerator in enum:__anon8040
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | config.h | 88 #define SCREEN 4 macro
|
H A D | xf86tokens.h | 258 SCREEN, enumerator in enum:__anon8354
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | config.h | 95 #define SCREEN 4 macro
|
H A D | xf86tokens.h | 260 SCREEN, enumerator in enum:__anon4831
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | config.h | 95 #define SCREEN 4 macro
|
H A D | xf86tokens.h | 260 SCREEN, enumerator in enum:__anon4404
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | xf86tokens.h | 260 SCREEN, enumerator in enum:__anon8659
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | xf86tokens.h | 259 SCREEN, enumerator in enum:__anon8971
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | xf86tokens.h | 256 SCREEN, enumerator in enum:__anon6979
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | xf86tokens.h | 255 SCREEN, enumerator in enum:__anon7290
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | xf86tokens.h | 259 SCREEN, enumerator in enum:__anon9288
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | xf86tokens.h | 259 SCREEN, enumerator in enum:__anon9609
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | xf86tokens.h | 258 SCREEN, enumerator in enum:__anon5132
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | xf86tokens.h | 258 SCREEN, enumerator in enum:__anon5444
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | xf86tokens.h | 256 SCREEN, enumerator in enum:__anon5755
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | xf86tokens.h | 255 SCREEN, enumerator in enum:__anon6062
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | xf86tokens.h | 255 SCREEN, enumerator in enum:__anon6365
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | xf86tokens.h | 255 SCREEN, enumerator in enum:__anon6663
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | curses.h | 31 /** Curses SCREEN object */ 71 } SCREEN; typedef in typeref:struct:_curses_screen 76 SCREEN *scr; 236 extern void delscreen ( SCREEN * ); 362 extern SCREEN *set_term ( SCREEN * );
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_main.c | 2519 #define SCREEN(i) (cr_server.screen[i]) macro 2572 if (MAPPED(SCREEN(i))) 2581 SCREEN(i).winID = 0; 2594 if (MAPPED(SCREEN(sIndex))) 2596 SCREEN(sIndex).winID = 0; 2606 renderspuSetWindowId(SCREEN(0).winID); 2618 if (MAPPED(SCREEN(sIndex)) && SCREEN(sIndex).winID!=winID) 2624 SCREEN(sIndex).winID = winID; 2625 SCREEN(sInde [all...] |