X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Futil%2Fcommon.h;h=e62051107c28aa29107dd3573678dd8530af6297;hb=1fd834384c65cbfc592b7b5d593b31db0d163f3c;hp=eb53f4f2a5d71794b5c77a89b4df0bcb73d62abf;hpb=cbb9b4d7de7e4a439dd586a8c8d4cd5f4e4622ba;p=chaz%2Ftint2 diff --git a/src/util/common.h b/src/util/common.h index eb53f4f..e620511 100644 --- a/src/util/common.h +++ b/src/util/common.h @@ -34,22 +34,6 @@ enum { NONE=0, CLOSE, TOGGLE, ICONIFY, SHADE, TOGGLE_ICONIFY, MAXIMIZE_RESTORE, #define ALLDESKTOP 0xFFFFFFFF -typedef struct config_border -{ - double color[3]; - double alpha; - int width; - int rounded; -} config_border; - - -typedef struct config_color -{ - double color[3]; - double alpha; -} config_color; - - // copy file source to file dest void copy_file(const char *pathSrc, const char *pathDest);