mirror of
https://github.com/hyprwm/hyprgraphics.git
synced 2026-05-05 04:08:08 +02:00
spoo
This commit is contained in:
parent
846d85c3de
commit
35454ed6aa
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
using namespace Hyprgraphics;
|
||||
|
||||
static bool tryLoadImage(const std::string& path) {
|
||||
bool tryLoadImage(const std::string& path) {
|
||||
auto image = CImage(path);
|
||||
|
||||
if (!image.success()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue