sowm.h: Fix mixed indentation

This commit is contained in:
Dylan Araps 2020-07-11 11:45:17 +03:00
parent 1a4c655b9d
commit 04b35c3f5e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

8
sowm.h
View File

@ -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;