1 /*
2  * Window operations
3  */
4 #ifndef _CTWM_WIN_OPS_H
5 #define _CTWM_WIN_OPS_H
6 
7 
8 void SetFocusVisualAttributes(TwmWindow *tmp_win, bool focus);
9 void SetFocus(TwmWindow *tmp_win, Time tim);
10 void FocusOnRoot(void);
11 void AutoSqueeze(TwmWindow *tmp_win);
12 void Squeeze(TwmWindow *tmp_win);
13 void MoveOutline(Window root, int x, int y, int width, int height,
14                  int bw, int th);
15 
16 
17 #endif /* _CTWM_WIN_OPS_H */
18