Changeset 159776f in mainline for uspace/srv/hid/display/window.c


Ignore:
Timestamp:
2019-10-10T10:17:17Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
78a71936
Parents:
bef51cf
git-author:
Jiri Svoboda <jiri@…> (2019-10-09 17:07:14)
git-committer:
Jiri Svoboda <jiri@…> (2019-10-10 10:17:17)
Message:

Provisional display server output via canvas/guigfx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/window.c

    rbef51cf r159776f  
    6565        ds_window_t *wnd = (ds_window_t *) arg;
    6666
    67         (void) wnd;
    6867        log_msg(LOG_DEFAULT, LVL_NOTE, "gc_set_color");
    69         return EOK;
     68        return gfx_set_color(wnd->display->gc, color);
    7069}
    7170
     
    8180        ds_window_t *wnd = (ds_window_t *) arg;
    8281
    83         (void) wnd;
    8482        log_msg(LOG_DEFAULT, LVL_NOTE, "gc_fill_rect");
    85         return EOK;
     83        return gfx_fill_rect(wnd->display->gc, rect);
    8684}
    8785
Note: See TracChangeset for help on using the changeset viewer.