diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2025-02-15 14:49:29 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2025-03-21 10:57:27 -0700 |
commit | 15cac59346b95ccd8044f605fd1cb7f5a6370db4 (patch) | |
tree | d0cdde05aec129dff895052fdee7097e64cc96c4 | |
parent | e06f003b8bf1f1e4a5c51c4e47d72a1349a98489 (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 ad8ddce..a6706e2 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 */ |