Changeset 2e7fc4de in mainline


Ignore:
Timestamp:
2023-07-24T05:52:15Z (10 months ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
ticket/834-toolchain-update
Children:
3dfb152
Parents:
6ad7f2f
Message:

Forcing enum types

File:
1 edited

Legend:

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

    r6ad7f2f r2e7fc4de  
    10071007
    10081008        if (window->dwindow != NULL) {
    1009                 (void) display_window_resize_req(window->dwindow, rsztype,
     1009                (void) display_window_resize_req(window->dwindow,
     1010                    (display_wnd_rsztype_t) rsztype, // Same constants in the enums
    10101011                    pos, pos_id);
    10111012        }
Note: See TracChangeset for help on using the changeset viewer.