mirror of
https://github.com/labwc/labwc.git
synced 2026-06-14 14:33:17 -04:00
common/macros: change WLR_VERSION macro to runtime evaluation
This commit is contained in:
parent
ff2f243eb1
commit
4ceab08301
3 changed files with 15 additions and 2 deletions
|
|
@ -148,6 +148,8 @@ struct seat {
|
|||
};
|
||||
|
||||
struct server {
|
||||
uint32_t wlr_version;
|
||||
|
||||
struct wl_display *wl_display;
|
||||
struct wl_event_loop *wl_event_loop; /* Can be used for timer events */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue