Home
last modified time | relevance | path

Searched refs:PreviousFocus (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dscreen.h197 ASWindow *PreviousFocus; /* Window which had focus before afterstep stole it member
H A Dfunctions.c1339 if(Scr.PreviousFocus == NULL) in GrabEm()
1340 Scr.PreviousFocus = Scr.Focus; in GrabEm()
1378 if(Scr.PreviousFocus != NULL) in UngrabEm()
1380 w = Scr.PreviousFocus->w; in UngrabEm()
1385 SetFocus(w,Scr.PreviousFocus,True); in UngrabEm()
1387 Scr.PreviousFocus = NULL; in UngrabEm()
H A Dmisc.c135 if(Scr.PreviousFocus == Tmp_win) in Destroy()
136 Scr.PreviousFocus = NULL; in Destroy()
H A Dicons.c814 if(Scr.PreviousFocus == Scr.Focus) in Iconify()
815 Scr.PreviousFocus = NULL; in Iconify()
H A Devents.c779 if(Scr.PreviousFocus == Tmp_win) in HandleUnmapNotify()
780 Scr.PreviousFocus = NULL; in HandleUnmapNotify()