From 14cf42ff0780bf58a6b54c9443c87c7402b61faa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 2 Jan 2003 21:05:29 +0000 Subject: run scripts before initializing screens. kill the globals.py. add the python_get_stringlist. --- src/python.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python.hh') 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 *value); +bool python_get_stringlist(const char *name, std::vector *value); } -- cgit v1.2.3