1
0
Fork 0

backend/dummy: Do not enforce minimum screen size

https://gitlab.gnome.org/GNOME/mutter/-/issues/1481
This commit is contained in:
Christian Rauch 2020-10-21 23:24:33 +01:00
parent 4862e4cb39
commit 7e0d80be39

View file

@ -168,10 +168,6 @@ append_monitor (MetaMonitorManager *manager,
{ {
CrtcModeSpec *spec; CrtcModeSpec *spec;
if (width < META_MONITOR_MANAGER_MIN_SCREEN_WIDTH ||
height < META_MONITOR_MANAGER_MIN_SCREEN_HEIGHT)
continue;
spec = g_new0 (CrtcModeSpec, 1); spec = g_new0 (CrtcModeSpec, 1);
spec->width = width; spec->width = width;
spec->height = height; spec->height = height;