Changeset 03c8081 in mainline


Ignore:
Timestamp:
2020-03-15T16:58:54Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b502dd
Parents:
e022819
Message:

Repaint display after finishing resize

File:
1 edited

Legend:

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

    re022819 r03c8081  
    551551                return;
    552552
     553        (void) ds_display_paint(wnd->display, NULL);
     554
    553555        pos.x = event->hpos;
    554556        pos.y = event->vpos;
Note: See TracChangeset for help on using the changeset viewer.