Skip to content

Commit

Permalink
Library Forwarding/wayland: Fix regression caused by erroneous format
Browse files Browse the repository at this point in the history
Auto-formatting turned this into "libwayland - client", making FEX fail to
load the host-side equivalent of this library.
  • Loading branch information
neobrain committed Jan 23, 2025
1 parent e9bd037 commit 1c8c5b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ThunkLibs/libwayland-client/Guest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,5 @@ void OnInit() {
fex_wl_exchange_interface_pointer(const_cast<wl_interface*>(&wl_callback_interface), "wl_callback_interface");
}

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

0 comments on commit 1c8c5b7

Please sign in to comment.