Changeset 211fd68 in mainline for uspace/app/viewer/viewer.c


Ignore:
Timestamp:
2024-03-08T10:41:31Z (3 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
0a411bbf
Parents:
cd27cd1
git-author:
Jiri Svoboda <jiri@…> (2024-03-07 18:41:21)
git-committer:
Jiri Svoboda <jiri@…> (2024-03-08 10:41:31)
Message:

Add text mode support to Barber

File:
1 edited

Legend:

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

    rcd27cd1 r211fd68  
    11/*
    2  * Copyright (c) 2020 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * Copyright (c) 2013 Martin Decky
    44 * All rights reserved.
     
    314314         * to rect
    315315         */
    316         ui_wdecor_rect_from_app(params.style, &lrect, &wrect);
     316        ui_wdecor_rect_from_app(ui, params.style, &lrect, &wrect);
    317317        off = wrect.p0;
    318318        gfx_rect_rtranslate(&off, &wrect, &rect);
Note: See TracChangeset for help on using the changeset viewer.