Changeset f2416ec3 in mainline for uspace/lib/ui/private/menubar.h


Ignore:
Timestamp:
2021-05-26T07:40:59Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Children:
6baab83
Parents:
344f8b9
git-author:
Jiri Svoboda <jiri@…> (2021-05-25 18:40:50)
git-committer:
Jiri Svoboda <jiri@…> (2021-05-26 07:40:59)
Message:

Specify parent window when creating popup

This will be used in conjunction with ui_wnd_popup_params_t.place
(a rectangle relative to the parent window) to determine where on
the screen the popup window should appear.

File:
1 edited

Legend:

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

    r344f8b9 rf2416ec3  
    5252        /** UI */
    5353        struct ui *ui;
    54         /** UI resource (for window containing menu bar) */
    55         struct ui_resource *res;
     54        /** UI window containing menu bar */
     55        struct ui_window *window;
    5656        /** Menu bar rectangle */
    5757        gfx_rect_t rect;
Note: See TracChangeset for help on using the changeset viewer.