- More Documentation
- Vulkan Configuration Implementations - Fixed build errors on GCC and Clang
This commit is contained in:
@@ -234,7 +234,7 @@ void wayland_server::_xdg_listen_ping(void*, xdg_wm_base* xdg, uint32_t serial)
|
||||
|
||||
#if FENNEC_HAS_LIBDECOR
|
||||
void wayland_server::_libdecor_on_error(struct libdecor*, libdecor_error error, const char* message) {
|
||||
fennec::logger::log(
|
||||
fennec::logger::log(logger::error,
|
||||
fennec::format("libdecor error ({}): {}", static_cast<int>(error), fennec::cstring(message, strlen(message)))
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user