make dialog clients be iconified/re-screened with their respective leader client

This commit is contained in:
Lucas de Sena
2026-02-04 16:12:48 +00:00
parent 0a400a366a
commit 6685043266
10 changed files with 107 additions and 50 deletions

View File

@@ -15,6 +15,7 @@ struct _Scrn;
* @colormap: current colormap.
*/
typedef struct _Client {
struct _Client *leader;
struct _Client *next;
struct _Scrn *scr, *fsscr;
struct _Icon *icon;