mirror of
https://github.com/sheumann/hush.git
synced 2025-08-05 12:26:26 +00:00
Support setting depth
This commit is contained in:
@@ -384,6 +384,9 @@ extern int fbset_main(int argc, char **argv)
|
||||
case CMD_YRES:
|
||||
varset.yres = strtoul(argv[1], 0, 0);
|
||||
break;
|
||||
case CMD_DEPTH:
|
||||
varset.bits_per_pixel = strtoul(argv[1], 0, 0);
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
argc -= g_cmdoptions[i].param_count;
|
||||
|
Reference in New Issue
Block a user