Changeset 8b22d44 in mainline for uspace/lib/ui/private/pbutton.h


Ignore:
Timestamp:
2022-05-20T12:05:26Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0415776
Parents:
ea9024d7
git-author:
Jiri Svoboda <jiri@…> (2022-05-19 18:05:08)
git-committer:
Jiri Svoboda <jiri@…> (2022-05-20 12:05:26)
Message:

Scrollbar buttons should not depress in text mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/pbutton.h

    rea9024d7 r8b22d44  
    4040#include <gfx/coord.h>
    4141#include <stdbool.h>
     42#include <types/ui/pbutton.h>
    4243
    4344/** Actual structure of push button.
     
    6869        /** Pointer is currently inside */
    6970        bool inside;
     71        /** Push button flags */
     72        ui_pbutton_flags_t flags;
    7073};
    7174
Note: See TracChangeset for help on using the changeset viewer.