Changeset 290a0f0 in mainline for uspace/lib/gui/window.h


Ignore:
Timestamp:
2012-11-25T19:34:10Z (11 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fa98b26a
Parents:
c4ebe02
Message:

Resolved Ticket #482 (Cannot see which window is active).

File:
1 edited

Legend:

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

    rc4ebe02 r290a0f0  
    5050        bool is_main; /**< True for the main window of the application. */
    5151        bool is_decorated; /**< True if the window decorations should be rendered. */
     52        bool is_focused; /**< True for the top level window of the desktop. */
    5253        char *caption; /**< Text title of the window header. */
    5354        async_sess_t *isess; /**< Input events from compositor. */
Note: See TracChangeset for help on using the changeset viewer.