Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/src/msgdialog.c

    r2e08f2b6 r12dd36c  
    111111        ui_wnd_params_init(&wparams);
    112112        wparams.caption = params->caption;
    113         if ((params->flags & umdf_topmost) != 0)
    114                 wparams.flags |= wndf_topmost;
    115         if ((params->flags & umdf_center) != 0)
    116                 wparams.placement = ui_wnd_place_center;
    117113
    118114        /* FIXME: Auto layout */
Note: See TracChangeset for help on using the changeset viewer.