Searched refs:ScreenInfo (Results 1 - 25 of 69) sorted by relevance

123

/xsrc/external/mit/ctwm/dist/
H A Dctwm_takeover.h7 bool takeover_screen(ScreenInfo *scr);
H A Dewmh.h59 bool EwmhInitScreenEarly(ScreenInfo *scr);
60 void EwmhInitScreenLate(ScreenInfo *scr);
62 void EwmhInitVirtualRoots(ScreenInfo *scr);
67 Image *EwmhGetIcon(ScreenInfo *scr, TwmWindow *twm_win);
H A Dotp.h68 void OtpScrInitData(ScreenInfo *);
69 name_list **OtpScrSwitchingL(ScreenInfo *, WinType);
70 name_list **OtpScrPriorityL(ScreenInfo *, WinType, int);
71 void OtpScrSetSwitching(ScreenInfo *, WinType, bool);
72 void OtpScrSetZero(ScreenInfo *, WinType, int);
H A Devent_internal.h14 ScreenInfo *GetTwmScreen(XEvent *event);
H A Dvscreen.h15 void InitVirtualScreens(ScreenInfo *scr);
H A Dtypes.h30 typedef struct ScreenInfo ScreenInfo; typedef in typeref:struct:ScreenInfo
H A Dctwm_takeover.c29 takeover_screen(ScreenInfo *scr)
H A Devent_utils.c23 static ScreenInfo *FindScreenInfo(Window w);
208 ScreenInfo *
211 ScreenInfo *scr;
225 * FindScreenInfo - get ScreenInfo struct associated with a given window
228 * ScreenInfo struct
235 static ScreenInfo *
H A Dutil.h64 void CreateFonts(ScreenInfo *scr);
H A Dworkspace_manager.h10 void ConfigureWorkSpaceManager(ScreenInfo *scr);
H A Danimate.c40 static void AnimateIcons(ScreenInfo *scr, Icon *icon);
172 ScreenInfo *scr;
276 AnimateIcons(ScreenInfo *scr, Icon *icon)
318 ScreenInfo *scr;
/xsrc/external/mit/twm/dist/src/
H A Dscreen.h62 typedef struct ScreenInfo { struct
252 } ScreenInfo; typedef in typeref:struct:ScreenInfo
255 extern ScreenInfo **ScreenList;
256 extern ScreenInfo *Scr;
H A Devents.h103 extern ScreenInfo *FindScreenInfo(Window w);
H A Dgc.c74 static ScreenInfo *prevScr = NULL;
H A Diconmgr.h63 struct ScreenInfo *scr; /* the screen this thing is on */
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/
H A Dfakeinit.c35 InitOutput (ScreenInfo *pScreenInfo, int argc, char **argv)
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/
H A Dfbinit.c35 InitOutput (ScreenInfo *pScreenInfo, int argc, char **argv)
/xsrc/external/mit/xorg-server/dist/dix/
H A Dglobals.c61 ScreenInfo screenInfo;
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Ddarwin.h44 void DarwinAdjustScreenOrigins(ScreenInfo *pScreenInfo);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Ddarwin.h45 DarwinAdjustScreenOrigins(ScreenInfo *pScreenInfo);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dglobals.c64 ScreenInfo screenInfo;
/xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
H A Dx68kInit.c114 * argument: (ScreenInfo *)pScreenInfo : screen info struct
119 InitOutput(ScreenInfo *pScreenInfo, int argc, char *argv[])
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DInit.c51 InitOutput(ScreenInfo *screenInfo, int argc, char *argv[])
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A Dx68kInit.c120 * argument: (ScreenInfo *)pScreenInfo : screen info struct
125 InitOutput(ScreenInfo *pScreenInfo, int argc, char *argv[])
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DInit.c58 InitOutput(ScreenInfo * screen_info, int argc, char *argv[])

Completed in 17 milliseconds

123