diff options
author | vaxerski <[email protected]> | 2022-04-04 19:44:25 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-04-04 19:44:25 +0200 |
commit | 374491ee63807147a8333ee415428303f99aa466 (patch) | |
tree | 6d077d095a65559d25e6584ff343aab906d9b0f7 /src/helpers/MiscFunctions.hpp | |
parent | d15cda7e4141eb73838cf0e5452c24d427028273 (diff) | |
download | Hyprland-374491ee63807147a8333ee415428303f99aa466.tar.gz Hyprland-374491ee63807147a8333ee415428303f99aa466.zip |
progress
Diffstat (limited to 'src/helpers/MiscFunctions.hpp')
-rw-r--r-- | src/helpers/MiscFunctions.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/helpers/MiscFunctions.hpp b/src/helpers/MiscFunctions.hpp index acbd6d25..c71df0b1 100644 --- a/src/helpers/MiscFunctions.hpp +++ b/src/helpers/MiscFunctions.hpp @@ -3,4 +3,5 @@ #include "../includes.hpp" void addWLSignal(wl_signal*, wl_listener*, void* pOwner, std::string ownerString); -void wlr_signal_emit_safe(struct wl_signal *signal, void *data);
\ No newline at end of file +void wlr_signal_emit_safe(struct wl_signal *signal, void *data); +std::string getFormat(const char *fmt, ...); // Basically Debug::log to a string
\ No newline at end of file |