Config changes for fixed-width and LR

This commit is contained in:
Kyle Gunger 2023-01-16 18:05:06 -05:00
parent 134ae847dc
commit 0b6a38fa8f
6 changed files with 219 additions and 68 deletions

View file

@ -52,6 +52,8 @@ struct exposable {
void *private;
int width; /* Should be set by begin_expose(), at latest */
int height;
char *on_click[MOUSE_BTN_COUNT];
void (*destroy)(struct exposable *exposable);