Changeset 66a408f7 in mainline for uspace/lib/gui/window.h


Ignore:
Timestamp:
2020-06-17T15:10:20Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5271e4c
Parents:
b7eea3c9
Message:

Do not resize non-resizable windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gui/window.h

    rb7eea3c9 r66a408f7  
    5252        bool is_decorated; /**< True if the window decorations should be rendered. */
    5353        bool is_focused; /**< True for the top level window of the desktop. */
     54        bool is_resizable; /**< True if window is resizable */
    5455        char *caption; /**< Text title of the window header. */
    5556        display_t *display; /**< Display service */
Note: See TracChangeset for help on using the changeset viewer.