Hypr/src/window.cpp

4 lines
147 B
C++
Raw Normal View History

#include "window.hpp"
2021-11-21 15:15:33 +01:00
CWindow::CWindow() { this->setDirty(true); this->setFullscreen(false); this->setIsFloating(false); }
CWindow::~CWindow() { }