MAJOR REFACTOR (2)

This commit is contained in:
Emile Clark-Boman 2025-08-27 17:59:12 +10:00
parent 1e69ae1e21
commit f4fa50d4bf
13 changed files with 133 additions and 98 deletions

View file

@ -9,6 +9,8 @@
enum { XDGShell, LayerShell, X11 }; /* client types */
typedef struct Monitor Monitor; // forward declare
typedef struct {
/* Must keep this field first */
unsigned int type; /* XDGShell or X11* */