]> Dogcows Code - chaz/tint2/blobdiff - src/util/common.h
*add* more task states (normal, active, iconified, urgent), with each an own backgrou...
[chaz/tint2] / src / util / common.h
index eb53f4f2a5d71794b5c77a89b4df0bcb73d62abf..e62051107c28aa29107dd3573678dd8530af6297 100644 (file)
@@ -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);
 
This page took 0.02262 seconds and 4 git commands to generate.