Home
last modified time | relevance | path

Searched defs:OtpWinList (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dotp.c56 struct OtpWinList { struct
57 OtpWinList *above; argument
58 OtpWinList *below; argument
59 TwmWindow *twm_win;
83 static void OwlSetAflagMask(OtpWinList *owl, unsigned mask, unsigned setto); argument
H A Dtypes.h66 typedef struct OtpWinList OtpWinList; typedef