Home | History | Annotate | Download | only in dist

Lines Matching refs:otp

8  * $Id: otp.c,v 1.1.1.2 2023/07/05 07:36:07 nia Exp $
21 #include "otp.h"
234 assert(((owl->type == IconWin) && (owl == twm_win->icon->otp))
235 || ((owl->type == WinWin) && (owl == twm_win->otp)));
405 *owlp = wb->twmwin->otp;
634 * We start looking for transients of owl at the bottom of its OTP
765 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
779 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
793 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
807 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
821 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
896 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
922 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
943 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
965 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
992 OtpWinList *owl = twm_win->otp;
993 OtpWinList *other_owl = other_win->otp;
995 assert(twm_win->otp != NULL);
996 assert(other_win->otp != NULL);
1075 assert(twm_win->otp != NULL);
1077 RecomputeOwlPrefs(Scr->OTP, twm_win->otp);
1079 RecomputeOwlPrefs(Scr->IconOTP, twm_win->icon->otp);
1097 owlp = (wintype == IconWin) ? &twm_win->icon->otp : &twm_win->otp;
1138 OtpPreferences *prefs = (wintype == IconWin) ? Scr->IconOTP : Scr->OTP;
1180 * Got stashed OTP flags; use 'em. Explicitly mask in only
1194 /* Nothing from OTP about above/below; check EWMH */
1227 owlp = (wintype == IconWin) ? &twm_win->icon->otp : &twm_win->otp;
1237 parent = twm_win->winbox->twmwin->otp;
1251 parent = other_win->otp;
1268 new_icon->otp = old_icon->otp;
1269 old_icon->otp = NULL;
1289 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP;
1300 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP;
1305 scr->OTP->switching = switching;
1311 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP;
1326 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP;
1368 if(scr->OTP != NULL) {
1369 free_OtpPreferences(scr->OTP);
1374 scr->OTP = new_OtpPreferences();
1382 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
1403 OtpWinList *win_owl = twm_win->otp;
1405 OtpWinList *icon_owl = twm_win->icon->otp;
1460 OtpWinList *owl = twm_win->otp->above;
1469 OtpWinList *owl = twm_win->otp->below;
1479 * Outputting info to understand the state of OTP stuff.
1525 assert(twm_win->otp != NULL);
1526 OwlSetAflagMask(twm_win->otp, mask, setto);
1544 assert(twm_win->otp != NULL);
1546 OwlSetAflag(twm_win->otp, flag);
1562 assert(twm_win->otp != NULL);
1564 OwlClearAflag(twm_win->otp, flag);
1578 * have above/below flags set in the OTP info, so we can know what to set
1581 * at some point, or whether other OTP config happens to have already
1587 if(!twm_win->otp->stashed_aflags) {
1588 OwlStashAflags(twm_win->otp);
1650 OtpWinList *owl = twm_win->otp;
1677 OtpWinList *owl = twm_win->otp;
1749 * Unfocus a window. This needs to know internals of OTP because of
1759 int oldprio = PRI(twm_win->otp);
1770 * Focus a window. This needs to know internals of OTP because of
1777 int oldprio = PRI(twm_win->otp);
1789 * set/altered by various OTP config and functions), and then tack on
1797 assert(twm_win->otp != NULL);
1799 return(OwlEffectivePriority(twm_win->otp) - OTP_ZERO);
1806 assert(twm_win->otp != NULL);
1808 return OwlEffectivePriority(twm_win->otp);
1886 assert(twm_win->otp != NULL);
1894 if(twm_win->otp->pri_aflags & OTP_AFLAG_FULLSCREEN) {