mirror of
https://github.com/labwc/labwc.git
synced 2026-05-07 12:06:30 -04:00
common/macros: change WLR_VERSION macro to runtime evaluation
This commit is contained in:
parent
0f5e4f8dd0
commit
2480a23b19
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