~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to add_window.c

  • Committer: Matthew Fuller
  • Author(s): Maxime Soulé
  • Date: 2019-10-19 01:12:21 UTC
  • mto: This revision was merged to the branch mainline in revision 665.
  • Revision ID: fullermd@over-yonder.net-20191019011221-3buqoeljxx48zwlo
Set EWMH _NET_FRAME_EXTENTS property on windows when we adopt them, so
they know how big our decorations are.

By Maxime Soulé, from git 5d09c4fa0175697fc594e8500e79b91e25dabd03

Show diffs side-by-side

added added

removed removed

Lines of Context:
575
575
                else {
576
576
                        tmp_win->title_height = 0;
577
577
                }
 
578
#ifdef EWMH
 
579
                EwmhSet_NET_FRAME_EXTENTS(tmp_win);
 
580
#endif /* EWMH */
578
581
        }
579
582
 
580
583