]> git.sur5r.net Git - i3/i3/blobdiff - src/util.c
huge change: implement RandR instead of Xinerama
[i3/i3] / src / util.c
index f14052b020bd341292689e79de1cea079457790b..2f8225c0f493707625bfca9f85eef446206fe654 100644 (file)
@@ -454,7 +454,7 @@ Client *get_matching_client(xcb_connection_t *conn, const char *window_classtitl
         DLOG("Getting clients for class \"%s\" / title \"%s\"\n", to_class, to_title);
         Workspace *ws;
         TAILQ_FOREACH(ws, workspaces, workspaces) {
-                if (ws->screen == NULL)
+                if (ws->output == NULL)
                         continue;
 
                 Client *client;