mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-14 23:57:12 +00:00
expand event pool
This commit is contained in:
parent
ce4f08b91a
commit
d2bcbfe66b
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ shell scripts.
|
||||||
|
|
||||||
![](images/example.png)
|
![](images/example.png)
|
||||||
<p align="center">
|
<p align="center">
|
||||||
More example setups [here](https://github.com/FelixKratz/SketchyBar/discussions/47).
|
More example setups <a href="https://github.com/FelixKratz/SketchyBar/discussions/47">here</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Table of Contents
|
Table of Contents
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef EVENT_LOOP_H
|
#ifndef EVENT_LOOP_H
|
||||||
#define EVENT_LOOP_H
|
#define EVENT_LOOP_H
|
||||||
|
|
||||||
#define EVENT_POOL_SIZE KILOBYTES(36)
|
#define EVENT_POOL_SIZE KILOBYTES(128)
|
||||||
#define EVENT_MAX_COUNT ((EVENT_POOL_SIZE) / (sizeof(struct event)))
|
#define EVENT_MAX_COUNT ((EVENT_POOL_SIZE) / (sizeof(struct event)))
|
||||||
|
|
||||||
#define QUEUE_POOL_SIZE KILOBYTES(16)
|
#define QUEUE_POOL_SIZE KILOBYTES(16)
|
||||||
|
|
Loading…
Reference in a new issue