Changeset f2b9ecf in mainline


Ignore:
Timestamp:
2022-03-16T11:04:29Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
71edd430
Parents:
0eca788
git-author:
Jiri Svoboda <jiri@…> (2022-03-15 20:04:11)
git-committer:
Jiri Svoboda <jiri@…> (2022-03-16 11:04:29)
Message:

Viewer needs to use UI_DISPLAY_DEFAULT

Fixes viewer crashing if executed without -d.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/viewer/viewer.c

    r0eca788 rf2b9ecf  
    216216int main(int argc, char *argv[])
    217217{
    218         const char *display_spec = DISPLAY_DEFAULT;
     218        const char *display_spec = UI_DISPLAY_DEFAULT;
    219219        gfx_bitmap_t *lbitmap;
    220220        gfx_rect_t lrect;
Note: See TracChangeset for help on using the changeset viewer.