diff options
author | Richard Grenville <pyxlcy@gmail.com> | 2013-08-28 21:47:16 +0800 |
---|---|---|
committer | Richard Grenville <pyxlcy@gmail.com> | 2013-08-28 21:54:04 +0800 |
commit | 17c318b44a4534262499eca771ea878182769a13 (patch) | |
tree | 730af7c7850fc8e0a6cd726fef1a6e9e05210a41 /compton.h | |
parent | 731ed301d424036e79234069b7e491484043c73c (diff) | |
download | tdebase-17c318b44a4534262499eca771ea878182769a13.tar.gz tdebase-17c318b44a4534262499eca771ea878182769a13.zip |
Bug fix #137: Auto-detect screen changes
Attempt to auto-detect screen changes to address the issue reported by
Feltzer.
Diffstat (limited to 'compton.h')
-rw-r--r-- | compton.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |