mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 09:30:24 -07:00
sowm.h: Fix mixed indentation
This commit is contained in:
parent
1a4c655b9d
commit
04b35c3f5e
8
sowm.h
8
sowm.h
@ -2,12 +2,12 @@
|
|||||||
#include <xcb/xcb.h>
|
#include <xcb/xcb.h>
|
||||||
|
|
||||||
struct wconf {
|
struct wconf {
|
||||||
int16_t x;
|
int16_t x;
|
||||||
int16_t y;
|
int16_t y;
|
||||||
uint16_t width;
|
uint16_t width;
|
||||||
uint16_t height;
|
uint16_t height;
|
||||||
uint8_t stack_mode;
|
uint8_t stack_mode;
|
||||||
xcb_window_t sibling;
|
xcb_window_t sibling;
|
||||||
};
|
};
|
||||||
|
|
||||||
xcb_connection_t *dpy;
|
xcb_connection_t *dpy;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user