Changeset b7c33b0 in mainline for uspace/srv/hid/console/console.c


Ignore:
Timestamp:
2011-09-09T23:17:44Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c7f9037
Parents:
5da7199
Message:

initialize the mouse pointer in the center of the screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/console/console.c

    r5da7199 rb7c33b0  
    894894        fb_vp_get_caps(fb_sess, console_vp, &ccaps);
    895895       
     896        mouse.x = xres / 2;
     897        mouse.y = yres / 2;
    896898        mouse.pressed = false;
    897899       
Note: See TracChangeset for help on using the changeset viewer.