backend/dummy: Do not enforce minimum screen size
https://gitlab.gnome.org/GNOME/mutter/-/issues/1481
This commit is contained in:
parent
4862e4cb39
commit
7e0d80be39
@ -168,10 +168,6 @@ append_monitor (MetaMonitorManager *manager,
|
||||
{
|
||||
CrtcModeSpec *spec;
|
||||
|
||||
if (width < META_MONITOR_MANAGER_MIN_SCREEN_WIDTH ||
|
||||
height < META_MONITOR_MANAGER_MIN_SCREEN_HEIGHT)
|
||||
continue;
|
||||
|
||||
spec = g_new0 (CrtcModeSpec, 1);
|
||||
spec->width = width;
|
||||
spec->height = height;
|
||||
|
Loading…
x
Reference in New Issue
Block a user