outputmgr applytest

This commit is contained in:
vaxerski 2022-03-19 14:07:18 +01:00
parent 86b6d7f938
commit bc9d9c9c8d
3 changed files with 44 additions and 2 deletions

View file

@ -394,12 +394,12 @@ void Events::listener_newXDGSurface(wl_listener* listener, void* data) {
void Events::listener_outputMgrApply(wl_listener* listener, void* data) {
const auto CONFIG = (wlr_output_configuration_v1*)data;
g_pHyprRenderer->outputMgrApplyTest(CONFIG, false);
}
void Events::listener_outputMgrTest(wl_listener* listener, void* data) {
const auto CONFIG = (wlr_output_configuration_v1*)data;
g_pHyprRenderer->outputMgrApplyTest(CONFIG, true);
}
void Events::listener_requestMouse(wl_listener* listener, void* data) {