mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
Unify error with the Wayland mode
This commit is contained in:
parent
d4c3ca3b44
commit
a853b50efe
@ -169,7 +169,7 @@ void CX11Output::loadScreenInfo ()
|
|||||||
|
|
||||||
// Check if all screens from --screen-root are actually screens
|
// Check if all screens from --screen-root are actually screens
|
||||||
if (this->m_viewports.size() != this->m_context.settings.general.screenBackgrounds.size()) {
|
if (this->m_viewports.size() != this->m_context.settings.general.screenBackgrounds.size()) {
|
||||||
sLog.exception("Invalid screen in arguments.");
|
sLog.exception("Some outputs could not be initialized, please check parameters and try again");
|
||||||
}
|
}
|
||||||
|
|
||||||
// create pixmap so we can draw things in there
|
// create pixmap so we can draw things in there
|
||||||
|
Loading…
Reference in New Issue
Block a user