Changeset 1d2a1a9 in mainline for uspace/srv/hid/fb/ega.c
- Timestamp:
- 2011-08-17T20:44:32Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0cc32f2
- Parents:
- bb285b4 (diff), c53a705 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/ega.c
rbb285b4 r1d2a1a9 56 56 57 57 // FIXME: remove this header 58 #include < kernel/ipc/ipc_methods.h>58 #include <abi/ipc/methods.h> 59 59 60 60 #define MAX_SAVED_SCREENS 256 … … 414 414 retval = 0; 415 415 break; 416 case FB_VP_DRAW_ PIXMAP:416 case FB_VP_DRAW_IMGMAP: 417 417 scr = IPC_GET_ARG2(call); 418 418 retval = print_screen(scr); 419 419 break; 420 case FB_VP2 PIXMAP:420 case FB_VP2IMGMAP: 421 421 retval = save_screen(); 422 422 break; 423 case FB_DROP_ PIXMAP:423 case FB_DROP_IMGMAP: 424 424 scr = IPC_GET_ARG1(call); 425 425
Note:
See TracChangeset
for help on using the changeset viewer.