mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-08 08:55:58 +01:00
4 lines
91 B
C++
4 lines
91 B
C++
|
#include "window.hpp"
|
||
|
|
||
|
CWindow::CWindow() { this->setDirty(true); }
|
||
|
CWindow::~CWindow() { }
|