File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
hw/xfree86/drivers/video/modesetting Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ static const OptionInfoRec Options[] = {
159159
160160int ms_entity_index = -1 ;
161161
162- DevPrivateKeyRec asyncFlipPrivateKeyRec ;
162+ static DevPrivateKeyRec asyncFlipPrivateKeyRec ;
163163
164164static MODULESETUPPROTO (Setup );
165165
Original file line number Diff line number Diff line change @@ -600,6 +600,12 @@ ProcessCommandLine(int argc, char *argv[])
600600 else
601601 UseMsg ();
602602 }
603+ else if (strcmp (argv [i ],"- noreset ") == 0 ){
604+ ErrorF ("Argument -noreset is removed in XLibre (for more context: https://github.com/orgs/X11Libre/discussions/424 )\n" );
605+ }
606+ else if (strcmp (argv [i ],"- reset ") == 0 ){
607+ ErrorF ("Argument - reset is removed in XLibre (for more context : https ://github.com/orgs/X11Libre/discussions/424 )\n");
608+ }
603609 else if (strcmp (argv [i ], "- p ") == 0 ) {
604610 if (++ i < argc )
605611 defaultScreenSaverInterval = ((CARD32 ) atoi (argv [i ])) *
You can’t perform that action at this time.
0 commit comments