Ignore:
Timestamp:
2021-06-03T14:02:59Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Children:
2e6394e
Parents:
6baab83
git-author:
Jiri Svoboda <jiri@…> (2021-06-02 17:00:03)
git-committer:
Jiri Svoboda <jiri@…> (2021-06-03 14:02:59)
Message:

Popup windows event delivery is special

Popup windows don't get focus, yet they still receive events.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/types/display/window.h

    r6baab83 rb4b4dafe  
    11/*
    2  * Copyright (c) 2019 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3939#include <adt/list.h>
    4040#include <display/event.h>
     41#include <display/wndparams.h>
    4142#include <display/wndresize.h>
    4243#include <gfx/context.h>
     
    9293        /** Cursor set by client */
    9394        struct ds_cursor *cursor;
    94 
     95        /** Window flags */
     96        display_wnd_flags_t flags;
    9597        /** State */
    9698        ds_window_state_t state;
Note: See TracChangeset for help on using the changeset viewer.