On Thu, 27 Jun 2013 11:58:57 +0200
Gerd Hoffmann wrote:
> Hi,
>
> >> +/* open framebuffer */
> >> +if (device == NULL) {
> >> +device = getenv("FRAMEBUFFER");
> >> +}
> >> +if (device == NULL) {
> >> +device = "/dev/fb0";
> >> +}
> >
> > Maybe this is a mat
Hi,
>> +/* open framebuffer */
>> +if (device == NULL) {
>> +device = getenv("FRAMEBUFFER");
>> +}
>> +if (device == NULL) {
>> +device = "/dev/fb0";
>> +}
>
> Maybe this is a matter of taste, but I think that having this logic at
> this layer makes the API h
On 06/11/13 08:12, Gerd Hoffmann wrote:
> Hi,
>
>>> +static QEMUCursor *ptr_cursor;
>>> +static pixman_image_t *ptr_image;
>>> +static intptr_refresh;
>>> +static intpx, py, pw, ph;
>>> +static int
Hi,
>> +static QEMUCursor *ptr_cursor;
>> +static pixman_image_t *ptr_image;
>> +static intptr_refresh;
>> +static intpx, py, pw, ph;
>> +static intmx, my, mon;
>> +
>> +/* options */
>> +static i