]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/cairo_util.h
Fix moving windows to a marked workspace by mark.
[i3/i3] / i3bar / include / cairo_util.h
index ce1d3180df4fd00163933bfa65e4471ca2dda742..37eaa6e24c30af05319dbd77e833389208d3b1b7 100644 (file)
@@ -15,7 +15,6 @@ typedef struct color_t {
     double red;
     double green;
     double blue;
-    double alpha;
 
     /* For compatibility, we also store the colorpixel for now. */
     uint32_t colorpixel;