Don't allocate gigs in -listxml please (nw)

This commit is contained in:
Olivier Galibert 2014-02-26 12:29:55 +00:00
parent 95a5d8cdcd
commit 8c7e9ce981

View File

@ -1371,7 +1371,7 @@ crt_monitor::crt_monitor(void)
set_param(m_param);
m_horz_pixel = 0;
m_vert_pixel = 0;
resize(288*11/8 * 3, 288*11/8 * 3 / 4 * 3);
// resize(288*11/8 * 3, 288*11/8 * 3 / 4 * 3);
}