X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk_c%2Fcolor.h;h=b8dff22536849f258684902a6ae5d7c9c29e653d;hb=31e37b3e889daec26784399f6737ec9d8830e366;hp=143429a0fa9a9ad4e7ad2f83402691115f0cfdda;hpb=cca7a6762d273815947bd5c7cc58ab6713693e8e;p=chaz%2Fopenbox diff --git a/otk_c/color.h b/otk_c/color.h index 143429a0..b8dff225 100644 --- a/otk_c/color.h +++ b/otk_c/color.h @@ -12,15 +12,12 @@ typedef struct OtkColor { PyObject_HEAD int red, green, blue; int screen; - Bool allocated; unsigned long pixel; } OtkColor; PyObject *OtkColor_FromRGB(int r, int g, int b, int screen); PyObject *OtkColor_FromName(const char *name, int screen); -unsigned long OtkColor_Pixel(OtkColor *self); - void OtkColor_CleanupColorCache(); #endif // __color_h