From 17c318b44a4534262499eca771ea878182769a13 Mon Sep 17 00:00:00 2001 From: Richard Grenville Date: Wed, 28 Aug 2013 21:47:16 +0800 Subject: Bug fix #137: Auto-detect screen changes Attempt to auto-detect screen changes to address the issue reported by Feltzer. --- compton.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compton.h') diff --git a/compton.h b/compton.h index f4a7ef9a2..c66739dd4 100644 --- a/compton.h +++ b/compton.h @@ -1233,6 +1233,9 @@ cxinerama_win_upd_scr(session_t *ps, win *w) { #endif } +static void +cxinerama_upd_scrs(session_t *ps); + static session_t * session_init(session_t *ps_old, int argc, char **argv); -- cgit v1.2.1