Changeset c8cf261 in mainline for uspace/lib/ipcgfx/src/client.c
- Timestamp:
- 2019-10-03T09:10:01Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6af4b4f
- Parents:
- aac5069
- git-author:
- Jiri Svoboda <jiri@…> (2019-10-02 17:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-10-03 09:10:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ipcgfx/src/client.c
raac5069 rc8cf261 51 51 }; 52 52 53 #include <stdio.h> 54 53 55 /** Set color on IPC GC. 54 56 * … … 67 69 errno_t rc; 68 70 71 printf("ipc_gc_set_color\n"); 69 72 gfx_color_get_rgb_i16(color, &r, &g, &b); 70 73 … … 89 92 errno_t rc; 90 93 94 printf("ipc_gc_fill_rect\n"); 91 95 exch = async_exchange_begin(ipcgc->sess); 92 96 rc = async_req_4_0(exch, GC_FILL_RECT, rect->p0.x, rect->p0.y,
Note:
See TracChangeset
for help on using the changeset viewer.