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
+2
View File
@@ -16,6 +16,8 @@
extern Screen * server_screen;
extern int rotate_server_screen;
int server_screen_init ();
int server_screen_shutdown ();
int update_server_screen ();