X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fpython.hh;h=8c3839041489132f40cbba8ce76997cd8779f4c0;hb=c8789ccdbf40c8f0730cbe4c68b8f43b2d9a7f85;hp=77a7bf5c676a02e4ae1c7bbc0627402f4dbb4b66;hpb=7c8c9e998ffc3a9b22e15feeffe77823142ce531;p=chaz%2Fopenbox diff --git a/src/python.hh b/src/python.hh index 77a7bf5c..8c383904 100644 --- a/src/python.hh +++ b/src/python.hh @@ -14,7 +14,6 @@ extern "C" { #include -#include } #include @@ -30,6 +29,7 @@ struct MouseContext { Titlebar, Handle, Window, + IconButton, MaximizeButton, CloseButton, IconifyButton, @@ -233,10 +233,6 @@ void python_init(char *argv0); void python_destroy(); bool python_exec(const std::string &path); -bool python_get_long(const char *name, long *value); -bool python_get_string(const char *name, otk::ustring *value); -bool python_get_stringlist(const char *name, std::vector *value); - #endif // SWIG }