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/types/display/display.h

    r946a666 rc79545e  
    3838
    3939#include <adt/list.h>
     40#include <gfx/color.h>
    4041#include <io/input.h>
    4142#include "window.h"
     
    6566        /** Display devices (of ds_ddev_t) */
    6667        list_t ddevs;
     68
     69        /** Background color */
     70        gfx_color_t *bg_color;
    6771} ds_display_t;
    6872
Note: See TracChangeset for help on using the changeset viewer.