diff options
Diffstat (limited to 'drv_X11.c')
-rw-r--r-- | drv_X11.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ static XrmOptionDescRec opTable[] = { {"-display", ".display", XrmoptionSepArg, NULL}, {"-synchronous", "*synchronous", XrmoptionNoArg, "on"}, }; + static XrmDatabase commandlineDB; |