Changeset 29ed06d in mainline


Ignore:
Timestamp:
2023-10-24T16:42:37Z (7 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
85b41bc, dc0f6e4c
Parents:
0b5aa1f0
git-author:
Vojtech Horky <vojtech.horky@…> (2023-07-24 05:52:15)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-24 16:42:37)
Message:

Explicitly cast interchangable but distinct enum types

File:
1 edited

Legend:

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

    r0b5aa1f0 r29ed06d  
    11961196
    11971197        if (window->dwindow != NULL) {
    1198                 (void) display_window_resize_req(window->dwindow, rsztype,
     1198                (void) display_window_resize_req(window->dwindow,
     1199                    (display_wnd_rsztype_t) rsztype, // Same constants in the enums
    11991200                    pos, pos_id);
    12001201        }
Note: See TracChangeset for help on using the changeset viewer.