Hypr/src/window.cpp
2021-11-21 15:15:33 +01:00

4 lines
No EOL
147 B
C++

#include "window.hpp"
CWindow::CWindow() { this->setDirty(true); this->setFullscreen(false); this->setIsFloating(false); }
CWindow::~CWindow() { }