use symbolic constants for server screen rotation, little optimizations

This commit is contained in:
marschap
2007-05-12 18:18:34 +00:00
parent b801ff6f5a
commit 3abb526cba
3 changed files with 30 additions and 28 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ process_configfile(char *configfile)
}
if (rotate_server_screen == UNSET_INT) {
rotate_server_screen = config_get_tristate("Server", "ServerScreen", 0, "never", UNSET_INT);
rotate_server_screen = config_get_tristate("Server", "ServerScreen", 0, "blank", UNSET_INT);
}
if (backlight == UNSET_INT) {