Changeset 2ab8ab3 in mainline for uspace/lib/ui/src/slider.c


Ignore:
Timestamp:
2021-02-16T18:12:05Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
68a552f
Parents:
ef734b7
Message:

Client-side UI rendering

It is possible to turn on and off and if turned on, one can also
enable or disable window double buffering (currently both options
are build-time).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/src/slider.c

    ref734b7 r2ab8ab3  
    303303
    304304        rc = gfx_fill_rect(slider->res->gc, &irect);
     305        if (rc != EOK)
     306                goto error;
     307
     308        rc = gfx_update(slider->res->gc);
    305309        if (rc != EOK)
    306310                goto error;
Note: See TracChangeset for help on using the changeset viewer.