Skip to content

Commit

Permalink
Merge pull request #4298 from neobrain/fix_libfwd_wl_regression
Browse files Browse the repository at this point in the history
Library Forwarding/wayland: Fix regression caused by erroneous format
  • Loading branch information
Sonicadvance1 authored Jan 23, 2025
2 parents e9bd037 + 1f6b695 commit bd1bca2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ThunkLibs/libwayland-client/Guest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,6 @@ void OnInit() {
fex_wl_exchange_interface_pointer(const_cast<wl_interface*>(&wl_callback_interface), "wl_callback_interface");
}

LOAD_LIB_INIT(libwayland - client, OnInit)
// Would insert spaces around -
// clang-format off
LOAD_LIB_INIT(libwayland-client, OnInit)

0 comments on commit bd1bca2

Please sign in to comment.