Changeset 13ec8055 in mainline
- Timestamp:
- 2009-03-02T17:33:18Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a32c9bb
- Parents:
- 430afff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fb/ega.c
r430afff r13ec8055 315 315 break; 316 316 case FB_CURSOR_VISIBILITY: 317 if (IPC_GET_ARG1(call))317 if (IPC_GET_ARG1(call)) 318 318 cursor_enable(); 319 319 else … … 396 396 397 397 398 /** 398 /** 399 399 * @} 400 400 */
Note:
See TracChangeset
for help on using the changeset viewer.