~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to win_utils.h

  • Committer: Matthew Fuller
  • Date: 2018-08-06 00:49:17 UTC
  • mto: This revision was merged to the branch mainline in revision 616.
  • Revision ID: fullermd@over-yonder.net-20180806004917-j3awg5rhv647i8ou
Split out setting ->name from doing the stuff that we do after
changing it.  AddWindow() only needs to do the setting part.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
void WarpToWindow(TwmWindow *t, bool must_raise);
28
28
void send_clientmessage(Window w, Atom a, Time timestamp);
29
29
XWMHints *gen_synthetic_wmhints(TwmWindow *win);
 
30
bool set_window_name(TwmWindow *win);
30
31
void apply_window_name(TwmWindow *win);
31
32
 
32
33