mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-02 01:40:13 -05:00
vt: add branch hinting to PRINT action
This commit is contained in:
parent
77e349d20d
commit
00c5b27bfa
2 changed files with 6 additions and 3 deletions
|
|
@ -12,6 +12,9 @@
|
|||
|
||||
#include "tllist.h"
|
||||
|
||||
#define likely(c) __builtin_expect(!!(c), 1)
|
||||
#define unlikely(c) __builtin_expect(!!(c), 0)
|
||||
|
||||
struct wayland {
|
||||
struct wl_display *display;
|
||||
struct wl_registry *registry;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue