From 149c0723a99bd0a5f81bb466321417b38706aa72 Mon Sep 17 00:00:00 2001 From: uint23 Date: Mon, 21 Apr 2025 00:01:43 +0100 Subject: Xinerama multimonitor support --- src/defs.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/defs.h') diff --git a/src/defs.h b/src/defs.h index 00b81c0..4e47e70 100644 --- a/src/defs.h +++ b/src/defs.h @@ -89,10 +89,16 @@ typedef struct Client{ Window win; uint x, y, h, w; uint orig_x, orig_y, orig_w, orig_h; + int mon; Bool fixed; Bool floating; Bool fullscreen; struct Client *next; } Client; +typedef struct { + int x, y; + uint w, h; +} Monitor; + #endif -- cgit v1.2.3