diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-11-22 05:29:04 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-11-22 05:29:04 +0000 |
commit | 012bbc9dd7f321dc9161bf11c0b619d4e8ad2ede (patch) | |
tree | cb9e254858cccb055fb37b4f25e5b1d2cd69de38 | |
parent | 0eda4085c4243c88cc00bb99dccc6cfad886fc50 (diff) | |
download | lcd4linux-012bbc9dd7f321dc9161bf11c0b619d4e8ad2ede.tar.gz |
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1073 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-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; |