1/*
2 * Window operations
3 */
4#ifndef _CTWM_WIN_OPS_H
5#define _CTWM_WIN_OPS_H
6
7
8void SetFocusVisualAttributes(TwmWindow *tmp_win, bool focus);
9void SetFocus(TwmWindow *tmp_win, Time tim);
10void FocusOnRoot(void);
11void AutoSqueeze(TwmWindow *tmp_win);
12void Squeeze(TwmWindow *tmp_win);
13void 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