diff --git a/sowm.h b/sowm.h index 026552a..183e33c 100644 --- a/sowm.h +++ b/sowm.h @@ -2,12 +2,12 @@ #include <xcb/xcb.h> struct wconf { - int16_t x; + int16_t x; int16_t y; - uint16_t width; + uint16_t width; uint16_t height; - uint8_t stack_mode; - xcb_window_t sibling; + uint8_t stack_mode; + xcb_window_t sibling; }; xcb_connection_t *dpy;