Changeset c79545e in mainline for uspace/srv/hid/display/display.h


Ignore:
Timestamp:
2020-01-19T10:00:11Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2012fe0
Parents:
946a666
Message:

Paint desktop background with a solid color

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/display.h

    r946a666 rc79545e  
    3939#include <errno.h>
    4040#include <gfx/context.h>
     41#include <gfx/coord.h>
    4142#include <io/kbd_event.h>
    4243#include "types/display/client.h"
     
    6970extern ds_ddev_t *ds_display_next_ddev(ds_ddev_t *);
    7071extern gfx_context_t *ds_display_get_gc(ds_display_t *);
     72extern errno_t ds_display_paint_bg(ds_display_t *, gfx_rect_t *);
    7173
    7274#endif
Note: See TracChangeset for help on using the changeset viewer.