diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2025-02-15 14:49:29 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2025-02-22 10:44:06 -0800 |
commit | 797a0cc0f762d823119092ee9260f5b0a1ea10f3 (patch) | |
tree | 6bf6ba47c4c37a880e0f2c555febebb23d3487a7 | |
parent | ec42e16a9df1c642795ef1ecc5a00f28703002f3 (diff) |
screen: trivial whitespace fix
Vestigial from long ago when this all got hastily split up into separate headers
-rw-r--r-- | src/screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h index 9c7c882..dafd191 100644 --- a/src/screen.h +++ b/src/screen.h @@ -6,7 +6,7 @@ typedef struct _vwm_t vwm_t; typedef struct _vwm_xwindow_t vwm_xwindow_t; -typedef XineramaScreenInfo vwm_screen_t; /* conveniently reuse the xinerama type for describing screens */ +typedef XineramaScreenInfo vwm_screen_t; /* conveniently reuse the xinerama type for describing screens */ typedef enum _vwm_screen_rel_t { VWM_SCREEN_REL_RECT, /* return the screen the supplied rectangle x,y,w,h most resides in */ |