* looking for address@hidden/ratpoison--xinerama--1.3--patch-8 to compare with * comparing to address@hidden/ratpoison--xinerama--1.3--patch-8 M ratpoison/src/screen.c * modified files --- orig/ratpoison/src/screen.c +++ mod/ratpoison/src/screen.c @@ -126,13 +126,17 @@ { char *tmp; struct sbuf *s; + int flags = 0; + + if (screen == current_screen()) flags |= 1; s = sbuf_new (0); - sbuf_printf (s, "%d %d %d %d", + sbuf_printf (s, "%d %d %d %d %d", screen->width, screen->height, screen->left, - screen->top); + screen->top, + flags); /* Extract the string and return it, and don't forget to free s. */ tmp = sbuf_get (s);