compositor-openwfd: Fix tty assignment in backend_init

dev
Benjamin Franzke 13 years ago
parent e4fb78de8f
commit c18366d1e9
  1. 2
      compositor/compositor-openwfd.c

@ -689,7 +689,7 @@ backend_init(struct wl_display *display, char *options)
seat = value; seat = value;
break; break;
case 2: case 2:
tty = value; tty = strtol(value, NULL, 0);
break; break;
} }
} }

Loading…
Cancel
Save