Ignore:
File:
1 edited

Legend:

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

    r3c54869 r8b22d44  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2022 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    6262        gfx_rect_t rect;
    6363        /** Caption */
    64         char *caption;
     64        const char *caption;
    6565        /** Button is selected as default */
    6666        bool isdefault;
    67         /** Button light is on */
    68         bool light;
    6967        /** Button is currently held down */
    7068        bool held;
Note: See TracChangeset for help on using the changeset viewer.