diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sxwm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1048,8 +1048,8 @@ long parse_col(const char *hex) return WhitePixel(dpy, DefaultScreen(dpy)); } - /* return col.pixel; */ - return col.pixel |= 0xff << 24; + /* return col.pixel |= 0xff << 24; */ + return col.pixel; } void quit(void) |