~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to win_utils.h

  • Committer: Matthew Fuller
  • Date: 2018-10-14 01:16:49 UTC
  • mfrom: (628 ctwm)
  • mto: (614.1.119 randr)
  • mto: This revision was merged to the branch mainline in revision 644.
  • Revision ID: fullermd@over-yonder.net-20181014011649-9ymrg3zhelohdx24
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
void WarpToWindow(TwmWindow *t, bool must_raise);
32
32
void send_clientmessage(Window w, Atom a, Time timestamp);
33
33
XWMHints *gen_synthetic_wmhints(TwmWindow *win);
 
34
XWMHints *munge_wmhints(TwmWindow *win, XWMHints *hints);
34
35
bool set_window_name(TwmWindow *win);
35
36
void apply_window_name(TwmWindow *win);
36
37
bool set_window_icon_name(TwmWindow *win);