mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
[move-to-master] common/macros: change WLR_VERSION macro to runtime evaluation
This commit is contained in:
parent
c9b4da2ce2
commit
379f06b1e8
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 */
|
||||
struct wlr_renderer *renderer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue