Changeset 22faaf2 in mainline for uspace/srv/hid/display/display.c
- Timestamp:
- 2019-10-29T02:34:14Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3c185b6
- Parents:
- 587b4cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/display.c
r587b4cb r22faaf2 65 65 log_msg(LOG_DEFAULT, LVL_DEBUG, "disp_window_create() -> EOK, id=%zu", 66 66 wnd->id); 67 68 wnd->dpos.x = ((wnd->id - 1) & 1) * 400; 69 wnd->dpos.y = ((wnd->id - 1) & 2) / 2 * 300; 70 67 71 *rwnd_id = wnd->id; 68 72 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.