mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 03:46:00 +01:00
drm: add log for rescan after alloc
This commit is contained in:
parent
5f9f0601c3
commit
d69569698e
1 changed files with 3 additions and 1 deletions
|
@ -522,9 +522,11 @@ void Aquamarine::CDRMBackend::recheckCRTCs() {
|
|||
c->output->events.state.emit(IOutput::SStateEvent{});
|
||||
}
|
||||
|
||||
if (rescan)
|
||||
if (rescan) {
|
||||
backend->log(AQ_LOG_DEBUG, "drm: rescan needed after realloc");
|
||||
scanConnectors();
|
||||
}
|
||||
}
|
||||
|
||||
bool Aquamarine::CDRMBackend::grabFormats() {
|
||||
// FIXME: do this properly maybe?
|
||||
|
|
Loading…
Reference in a new issue