mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-18 16:55:40 +02:00
Config changes for fixed-width and LR
This commit is contained in:
parent
134ae847dc
commit
0b6a38fa8f
6 changed files with 219 additions and 68 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue