Home
last modified time | relevance | path

Searched refs:IconOTP (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dotp.c1048 RecomputeOwlPrefs(Scr->IconOTP, twm_win->icon->otp); in OtpRecomputePrefs()
1107 OtpPreferences *prefs = (wintype == IconWin) ? Scr->IconOTP : Scr->OTP; in AddNewOwl()
1253 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP; in OtpScrSwitchingL()
1264 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP; in OtpScrSetSwitching()
1275 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP; in OtpScrSetZero()
1290 OtpPreferences *prefs = (wintype == IconWin) ? scr->IconOTP : scr->OTP; in OtpScrPriorityL()
1335 if(scr->IconOTP != NULL) { in OtpScrInitData()
1336 free_OtpPreferences(scr->IconOTP); in OtpScrInitData()
1339 scr->IconOTP = new_OtpPreferences(); in OtpScrInitData()
H A Dscreen.h554 struct OtpPreferences *IconOTP; member