Changeset c79545e in mainline for uspace/srv/hid/display/ddev.c


Ignore:
Timestamp:
2020-01-19T10:00:11Z (5 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/ddev.c

    r946a666 rc79545e  
    9494        ds_display_add_ddev(display, ddev);
    9595
     96        rc = ds_display_paint_bg(display, NULL);
     97        if (rc != EOK)
     98                return rc;
     99
    96100        *rddev = ddev;
    97101        return EOK;
Note: See TracChangeset for help on using the changeset viewer.