diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-03-08 17:43:48 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-03-08 18:37:48 +0200 |
commit | 50a524445ed1ea3c4fab56de772921ba86a21d35 (patch) | |
tree | 1c7fdedb37ed3552796f35be50930a05df69d3e9 /src/atimodule.c | |
parent | 52684241ba1ffb393cb655ecc09cbd0cef5b1717 (diff) |
Move atioption.c from ati to atimisc.
Diffstat (limited to 'src/atimodule.c')
-rw-r--r-- | src/atimodule.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/atimodule.c b/src/atimodule.c index 39a2eeb8..05456e7c 100644 --- a/src/atimodule.c +++ b/src/atimodule.c @@ -42,6 +42,7 @@ const char *ATISymbols[] = "ATILeaveVT", "ATIFreeScreen", "ATIValidMode", + "ATIOptionsWeak", "ATIFillInScreenInfo", NULL }; |