mirror of
https://github.com/sheumann/hush.git
synced 2025-01-18 07:31:34 +00:00
Support setting depth
This commit is contained in:
parent
a9a220b92a
commit
927c3bdc18
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user