Lines Matching refs:tmp_win
20 void OpaqueResizeSize(TwmWindow *tmp_win);
21 void MenuStartResize(TwmWindow *tmp_win, int x, int y, int w, int h);
22 void StartResize(XEvent *evp, TwmWindow *tmp_win,
24 void AddStartResize(TwmWindow *tmp_win, int x, int y, int w, int h);
25 void MenuDoResize(int x_root, int y_root, TwmWindow *tmp_win);
26 void DoResize(int x_root, int y_root, TwmWindow *tmp_win);
28 void MenuEndResize(TwmWindow *tmp_win);
29 void AddEndResize(TwmWindow *tmp_win);
30 void ConstrainSize(TwmWindow *tmp_win, unsigned
33 void fullzoom(TwmWindow *tmp_win, int func);
34 void unzoom(TwmWindow *tmp_win);
35 void savegeometry(TwmWindow *tmp_win);
36 void restoregeometry(TwmWindow *tmp_win);
38 void ChangeSize(char *in_string, TwmWindow *tmp_win);
40 void resizeFromCenter(Window w, TwmWindow *tmp_win);