From 15cac59346b95ccd8044f605fd1cb7f5a6370db4 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 15 Feb 2025 14:49:29 -0800 Subject: screen: trivial whitespace fix Vestigial from long ago when this all got hastily split up into separate headers --- src/screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3