Skip to content

Instantly share code, notes, and snippets.

@clarkgrubb
Created November 14, 2009 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clarkgrubb/234782 to your computer and use it in GitHub Desktop.
Save clarkgrubb/234782 to your computer and use it in GitHub Desktop.
1019c1019
< inhibit_window_system = 0;
---
> inhibit_window_system = 1;
1057a1058,1063
> /* x-windows now disabled by default, but this will re-enable */
> if (argmatch (argv, argc, "-x", "--x-windows", 7, NULL, &skip_args)
> || argmatch (argv, argc, "-x", "--x-windows", 7, NULL, &skip_args))
> inhibit_window_system = 0;
>
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment