mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-21 18:05:38 +02:00
Pre-expose modules
~ Attempt to pre expose modules to calculate proper width/height ~ Doesn't really work, but also doesn't segfault, so a win in my book
This commit is contained in:
parent
0b6a38fa8f
commit
033f21a1f2
3 changed files with 114 additions and 54 deletions
|
@ -52,7 +52,7 @@ struct exposable {
|
|||
void *private;
|
||||
|
||||
int width; /* Should be set by begin_expose(), at latest */
|
||||
int height;
|
||||
int height; /* Should be set by begin_expose(), at latest */
|
||||
|
||||
char *on_click[MOUSE_BTN_COUNT];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue