Revision d9a86569 console.h

b/console.h
377 377
    return ds->surface->format;
378 378
}
379 379

  
380
static inline pixman_image_t *ds_get_image(DisplayState *ds)
381
{
382
    return ds->surface->image;
383
}
384

  
380 385
static inline int ds_get_depth(DisplayState *ds)
381 386
{
382 387
    return ds->surface->pf.depth;

Also available in: Unified diff