mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 646718 Remove --no-xshm command line option from help r=karlt
This commit is contained in:
parent
50eef127aa
commit
259ab2256f
@ -1331,10 +1331,7 @@ DumpHelp()
|
||||
#ifdef MOZ_X11
|
||||
printf("X11 options\n"
|
||||
" --display=DISPLAY X display to use\n"
|
||||
" --sync Make X calls synchronous\n"
|
||||
" --no-xshm Don't use X shared memory extension\n"
|
||||
" --xim-preedit=STYLE\n"
|
||||
" --xim-status=STYLE\n");
|
||||
" --sync Make X calls synchronous\n");
|
||||
#endif
|
||||
#ifdef XP_UNIX
|
||||
printf(" --g-fatal-warnings Make all warnings fatal\n"
|
||||
|
Loading…
Reference in New Issue
Block a user