2
* Window de/iconification routines
4
#ifndef _CTWM_WIN_ICONIFY_H
5
#define _CTWM_WIN_ICONIFY_H
9
void Iconify(TwmWindow *tmp_win, int def_x, int def_y);
10
void DeIconify(TwmWindow *tmp_win);
12
/* Lower-level utils, but the squeeze code uses them too */
13
void ReMapTransients(TwmWindow *tmp_win);
14
void UnmapTransients(TwmWindow *tmp_win, bool iconify, long eventMask);
17
#endif /* _CTWM_WIN_ICONIFY_H */