From ca6ff8c768e9b94a6dcfda175b4410c74133f461 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 19 Sep 2014 23:48:15 +0200 Subject: whoops MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-vt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mds-vt.c b/src/mds-vt.c index 99a34ed..067ae94 100644 --- a/src/mds-vt.c +++ b/src/mds-vt.c @@ -653,10 +653,10 @@ int handle_configure_vt(const char* client, const char* message, const char* gra int r = 0; if (strequals(exclusive, "yes") || strequals(exclusive, "no")) - r |= vt_set_graphical(display_tty_fd, strequals(exclusive, "yes")); + r |= vt_set_exclusive(display_tty_fd, strequals(exclusive, "yes")); if (strequals(graphical, "yes") || strequals(graphical, "no")) - r |= vt_set_exclusive(display_tty_fd, strequals(graphical, "yes")); + r |= vt_set_graphical(display_tty_fd, strequals(graphical, "yes")); sprintf(buf, "Command: error\n" -- cgit v1.2.3-70-g09d2