mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 09:30:24 -07:00
11 lines
161 B
C
11 lines
161 B
C
#include <xcb/xcb.h>
|
|
|
|
struct wconf {
|
|
int16_t x;
|
|
int16_t y;
|
|
uint16_t width;
|
|
uint16_t height;
|
|
xcb_window_t sibling;
|
|
uint8_t stack_mode;
|
|
};
|