mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
Merge pull request #404 from emolitor/CPP-Compatibility
Remove VLA from session.h
This commit is contained in:
commit
5f3b27347c
2 changed files with 2 additions and 2 deletions
|
|
@ -79,6 +79,6 @@ void wlr_session_signal_add(struct wlr_session *session, int fd,
|
|||
bool wlr_session_change_vt(struct wlr_session *session, unsigned vt);
|
||||
|
||||
size_t wlr_session_find_gpus(struct wlr_session *session,
|
||||
size_t ret_len, int ret[static ret_len]);
|
||||
size_t ret_len, int *ret);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue