mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 08:25:58 +01:00
events: remove old comment
This commit is contained in:
parent
dd0bf87c01
commit
ce0f248d20
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ void Events::listener_change(wl_listener* listener, void* data) {
|
||||||
|
|
||||||
const auto CONFIGHEAD = wlr_output_configuration_head_v1_create(CONFIG, m->output);
|
const auto CONFIGHEAD = wlr_output_configuration_head_v1_create(CONFIG, m->output);
|
||||||
|
|
||||||
// TODO: clients off of disabled
|
|
||||||
wlr_box BOX;
|
wlr_box BOX;
|
||||||
wlr_output_layout_get_box(g_pCompositor->m_sWLROutputLayout, m->output, &BOX);
|
wlr_output_layout_get_box(g_pCompositor->m_sWLROutputLayout, m->output, &BOX);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue