Home
last modified time | relevance | path

Searched refs:PanFrameBottom (Results 1 – 16 of 16) sorted by relevance

/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dvirtual.c990 if (Scr.PanFrameBottom.command != NULL || Scr.PanFrameBottom.command_leave != NULL) in checkPanFrames()
1077 if (Scr.PanFrameBottom.isMapped) in checkPanFrames()
1080 Scr.PanFrameBottom.isMapped = False; in checkPanFrames()
1088 dpy, Scr.PanFrameBottom.win, 0, in checkPanFrames()
1092 if (!Scr.PanFrameBottom.isMapped) in checkPanFrames()
1095 Scr.PanFrameBottom.isMapped = True; in checkPanFrames()
1131 if (Scr.PanFrameBottom.isMapped) in raisePanFrames()
1133 windows[n++] = Scr.PanFrameBottom.win; in raisePanFrames()
1708 free(Scr.PanFrameBottom.command); in CMD_EdgeCommand()
1751 free(Scr.PanFrameBottom.command); in CMD_EdgeCommand()
[all …]
H A Dscreen.h350 PanFrame PanFrameBottom; member
H A Dcursor.c422 Scr.PanFrameBottom.win, Scr.FvwmCursors[CRS_BOTTOM_EDGE]); in CMD_CursorStyle()
H A Dconditional.c2200 Scr.PanFrameBottom.isMapped) || in CMD_Test()
2255 win == Scr.PanFrameBottom.win) || in CMD_Test()
H A Dfvwm.c1216 Scr.PanFrameBottom.command = NULL; in InitVariables()
1221 Scr.PanFrameBottom.command_leave = NULL; in InitVariables()
H A Devents.c2210 else if (ewp->window == Scr.PanFrameBottom.win) in HandleEnterNotify()
2212 edge_command = Scr.PanFrameBottom.command; in HandleEnterNotify()
2763 else if (lwp->window == Scr.PanFrameBottom.win) in HandleLeaveNotify()
2765 edge_command_leave = Scr.PanFrameBottom.command_leave; in HandleLeaveNotify()
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dafterstep.c1058 XUnmapWindow (dpy,Scr.PanFrameBottom.win); in checkPanFrames()
1059 Scr.PanFrameBottom.isMapped=False; in checkPanFrames()
1105 if (Scr.Vy == Scr.VyMax && Scr.PanFrameBottom.isMapped && (!wrapY)) in checkPanFrames()
1107 XUnmapWindow (dpy,Scr.PanFrameBottom.win); in checkPanFrames()
1108 Scr.PanFrameBottom.isMapped=False; in checkPanFrames()
1110 else if (Scr.Vy < Scr.VyMax && Scr.PanFrameBottom.isMapped==False) in checkPanFrames()
1112 XMapRaised(dpy,Scr.PanFrameBottom.win); in checkPanFrames()
1113 Scr.PanFrameBottom.isMapped=True; in checkPanFrames()
1128 if (Scr.PanFrameBottom.isMapped) XRaiseWindow(dpy,Scr.PanFrameBottom.win); in raisePanFrames()
1173 Scr.PanFrameBottom.win = in initPanFrames()
[all …]
H A Dscreen.h112 PanFrame PanFrameTop,PanFrameLeft,PanFrameRight,PanFrameBottom; member
H A Dfunctions.c1845 XUnmapWindow (dpy,Scr.PanFrameBottom.win); in QuickRestart()
1847 Scr.PanFrameBottom.isMapped= in QuickRestart()
H A Dpager.c561 if(XCheckWindowEvent(dpy,Scr.PanFrameBottom.win, in HandlePaging()
H A Devents.c1102 || ewp->window==Scr.PanFrameBottom.win ) in HandleEnterNotify()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dvirtual.c1109 if (m->PanFrameBottom.command != NULL || in checkPanFrames()
1194 if (m->PanFrameBottom.isMapped) in checkPanFrames()
1197 m->PanFrameBottom.isMapped = false; in checkPanFrames()
1205 dpy, m->PanFrameBottom.win, x, in checkPanFrames()
1209 if (!m->PanFrameBottom.isMapped) in checkPanFrames()
1212 m->PanFrameBottom.isMapped = true; in checkPanFrames()
1251 if (m->PanFrameBottom.isMapped) in raisePanFrames()
1253 windows[n++] = m->PanFrameBottom.win; in raisePanFrames()
1324 if (m->PanFrameBottom.isMapped) in initPanFrames()
1327 m->PanFrameBottom.isMapped = false; in initPanFrames()
[all …]
H A Dcursor.c421 m->PanFrameBottom.win, Scr.FvwmCursors[CRS_BOTTOM_EDGE]); in CMD_CursorStyle()
H A Dconditional.c2224 m->PanFrameBottom.isMapped) || in CMD_Test()
2280 win == m->PanFrameBottom.win) || in CMD_Test()
H A Devents.c2217 else if (ewp->window == m->PanFrameBottom.win) in HandleEnterNotify()
2219 edge_command = m->PanFrameBottom.command; in HandleEnterNotify()
2788 else if (lwp->window == m->PanFrameBottom.win) in HandleLeaveNotify()
2790 edge_command_leave = m->PanFrameBottom.command_leave; in HandleLeaveNotify()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DFScreen.h155 PanFrame PanFrameBottom; member