Lines Matching defs:twm_win

59 	TwmWindow  *twm_win;  member
105 TwmWindow *twm_win = owl->twm_win; in BoxOfOwl() local
140 TwmWindow *twm_win = owl->twm_win; in isOnScreen() local
152 bool isGroupLeader(TwmWindow *twm_win) in isGroupLeader()
158 bool isGroupLeaderOf(TwmWindow *leader, TwmWindow *twm_win) in isGroupLeaderOf()
208 TwmWindow *twm_win; in OtpCheckConsistencyVS() local
740 void OtpRaise(TwmWindow *twm_win, WinType wintype) in OtpRaise()
754 void OtpLower(TwmWindow *twm_win, WinType wintype) in OtpLower()
768 void OtpRaiseLower(TwmWindow *twm_win, WinType wintype) in OtpRaiseLower()
782 void OtpTinyRaise(TwmWindow *twm_win, WinType wintype) in OtpTinyRaise()
796 void OtpTinyLower(TwmWindow *twm_win, WinType wintype) in OtpTinyLower()
854 void OtpHandleCirculateNotify(VirtualScreen *vs, TwmWindow *twm_win, in OtpHandleCirculateNotify()
871 void OtpSetPriority(TwmWindow *twm_win, WinType wintype, int new_pri, int where) in OtpSetPriority()
895 void OtpChangePriority(TwmWindow *twm_win, WinType wintype, int relpriority) in OtpChangePriority()
914 void OtpSwitchPriority(TwmWindow *twm_win, WinType wintype) in OtpSwitchPriority()
934 void OtpToggleSwitching(TwmWindow *twm_win, WinType wintype) in OtpToggleSwitching()
959 void OtpForcePlacement(TwmWindow *twm_win, int where, TwmWindow *other_win) in OtpForcePlacement()
996 TwmWindow *twm_win = owl->twm_win; in ApplyPreferences() local
1042 void OtpRecomputePrefs(TwmWindow *twm_win) in OtpRecomputePrefs()
1063 void OtpRemove(TwmWindow *twm_win, WinType wintype) in OtpRemove()
1078 static OtpWinList *new_OtpWinList(TwmWindow *twm_win, in new_OtpWinList()
1103 static OtpWinList *AddNewOwl(TwmWindow *twm_win, WinType wintype, in AddNewOwl()
1191 void OtpAdd(TwmWindow *twm_win, WinType wintype) in OtpAdd()
1226 void OtpReassignIcon(TwmWindow *twm_win, Icon *old_icon) in OtpReassignIcon()
1242 void OtpFreeIcon(TwmWindow *twm_win) in OtpFreeIcon()
1342 int ReparentWindow(Display *display, TwmWindow *twm_win, WinType wintype, in ReparentWindow()
1363 ReparentWindowAndIcon(Display *display, TwmWindow *twm_win, in ReparentWindowAndIcon()
1422 TwmWindow *OtpNextWinUp(TwmWindow *twm_win) in OtpNextWinUp()
1431 TwmWindow *OtpNextWinDown(TwmWindow *twm_win) in OtpNextWinDown()
1446 OtpSetAflagMask(TwmWindow *twm_win, unsigned mask, unsigned setto) in OtpSetAflagMask()
1465 OtpSetAflag(TwmWindow *twm_win, unsigned flag) in OtpSetAflag()
1483 OtpClearAflag(TwmWindow *twm_win, unsigned flag) in OtpClearAflag()
1509 OtpStashAflagsFirstTime(TwmWindow *twm_win) in OtpStashAflagsFirstTime()
1572 OtpRestackWindow(TwmWindow *twm_win) in OtpRestackWindow()
1599 OtpFocusWindowBE(TwmWindow *twm_win, int oldprio) in OtpFocusWindowBE()
1677 OtpUnfocusWindow(TwmWindow *twm_win) in OtpUnfocusWindow()
1698 OtpFocusWindow(TwmWindow *twm_win) in OtpFocusWindow()
1718 OtpEffectiveDisplayPriority(TwmWindow *twm_win) in OtpEffectiveDisplayPriority()
1727 OtpEffectivePriority(TwmWindow *twm_win) in OtpEffectivePriority()
1807 OtpIsFocusDependent(TwmWindow *twm_win) in OtpIsFocusDependent()