Fixed rotate_server_screen.

The ServerScreen option in LCDd.conf and the -i command line parameter were parsed in server/main.c, but the value of rotate_server_screen was not respected in server/serverscreens.[c,h].
This commit is contained in:
reenoo
2003-06-01 09:51:38 +00:00
parent eb51be352c
commit fa1adf7317
3 changed files with 11 additions and 2 deletions
-1
View File
@@ -112,7 +112,6 @@ char configfile[256]; /* a lot of space in the executable. */
char user[64]; /* The values will be overwritten anyway... */
int daemon_mode = UNSET_INT;
int rotate_server_screen = UNSET_INT;
static int report_level = UNSET_INT;
static int report_to_syslog = UNSET_INT;