mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 06:25:59 +01:00
8 lines
No EOL
302 B
C++
8 lines
No EOL
302 B
C++
#pragma once
|
|
|
|
#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);
|
|
std::string getFormat(const char *fmt, ...); // Basically Debug::log to a string
|
|
void scaleBox(wlr_box*, float); |