https://bugs.winehq.org/show_bug.cgi?id=38216
--- Comment #12 from Sergey isakov-sl@bk.ru --- I see 1.7.24.diff contains these lines ---- + else + { + /* The drawable size of an FBO target is the OpenGL texture size, + * which is the power of two size. */ + *width = context->current_rt->pow2Width; + *height = context->current_rt->pow2Height; + } ----