Brian G. Rhodes wrote: > 153 if (config->width < 8 || config->width > 1280) > > 154 fail |= CLRCF_WIDTH; > > 155 > > 156 if (config->height < 8 || config->height > 600) > > 157 fail |= CLRCF_HEIGHT; > > 158 > > 159 if (config->dest.x < 0 || config->dest.y < 0) > > 160 fail |= CLRCF_DEST; > > 161 > > 162 if (config->dest.x + config->dest.w > 1280) > > 163 fail |= CLRCF_DEST; > > 164 > > 165 if (config->dest.y + config->dest.h > 600) > > 166 fail |= CLRCF_DEST; > > Just make them 1920x1080 already. 6446 supports that resolution.
Cool, I wondered about that. Thanks! ;) -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
