Ignore:
Timestamp:
2020-01-09T16:44:57Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
946a666
Parents:
8e9781f
git-author:
Jiri Svoboda <jiri@…> (2020-01-09 18:44:03)
git-committer:
Jiri Svoboda <jiri@…> (2020-01-09 16:44:57)
Message:

Moving windows by mouse drag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfx/include/types/gfx/ops/context.h

    r8e9781f ra40ae0d  
    4747/** Graphics context ops */
    4848typedef struct {
    49         /** Set drawing collor */
     49        /** Set drawing color */
    5050        errno_t (*set_color)(void *, gfx_color_t *);
    5151        /** Fill rectangle using the current drawing color */
Note: See TracChangeset for help on using the changeset viewer.