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. _______________________________________________ directfb-users mailing list directfb-users@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users