diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-02 21:05:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-02 21:05:29 +0000 |
| commit | 14cf42ff0780bf58a6b54c9443c87c7402b61faa (patch) | |
| tree | b4517a43cf036fd482b655d978660cf5d7ff990d /src/python.hh | |
| parent | 6d58d84f22887f03ac5471b9775452b90103b6f0 (diff) | |
run scripts before initializing screens. kill the globals.py. add the python_get_stringlist.
Diffstat (limited to 'src/python.hh')
| -rw-r--r-- | src/python.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python.hh b/src/python.hh index 0870c9ad..2fa3e867 100644 --- a/src/python.hh +++ b/src/python.hh @@ -32,7 +32,7 @@ void python_callback(PyObject *func, Window window, unsigned int state, bool python_get_string(const char *name, std::string *value); -bool python_getstringlist(const char *name, std::vector<std::string> *value); +bool python_get_stringlist(const char *name, std::vector<std::string> *value); } |
