Bug fix #137: Auto-detect screen changes

Attempt to auto-detect screen changes to address the issue reported by
Feltzer.
This commit is contained in:
Richard Grenville
2013-08-28 21:47:16 +08:00
parent 5d4ed8f43f
commit 4600f435dd
2 changed files with 17 additions and 10 deletions

View File

@ -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);