Changes in uspace/srv/hid/fb/fb.c [5b8b66c:369a5f8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/fb.c
r5b8b66c r369a5f8 1347 1347 { 1348 1348 mouse_hide(); 1349 pointer_x = x % screen.xres;1350 pointer_y = y % screen.yres;1349 pointer_x = x; 1350 pointer_y = y; 1351 1351 mouse_show(); 1352 1352 }
Note:
See TracChangeset
for help on using the changeset viewer.