Hi, > > + if (graphic_width && graphic_height) { > > + g->req_state[0].width = graphic_width; > > + g->req_state[0].height = graphic_height; > > + } else { > > + g->req_state[0].width = 1024; > > + g->req_state[0].height = 768; > > + } > > What about adding properties for this, and only using graphic_* as a > fallback?
Hmm, I guess in that case I'd prefer to not use graphic_* at all ... cheers, Gerd