Changeset c8cf261 in mainline for uspace/lib/ipcgfx/src/client.c


Ignore:
Timestamp:
2019-10-03T09:10:01Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
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)
Message:

Display server scaffolding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ipcgfx/src/client.c

    raac5069 rc8cf261  
    5151};
    5252
     53#include <stdio.h>
     54
    5355/** Set color on IPC GC.
    5456 *
     
    6769        errno_t rc;
    6870
     71        printf("ipc_gc_set_color\n");
    6972        gfx_color_get_rgb_i16(color, &r, &g, &b);
    7073
     
    8992        errno_t rc;
    9093
     94        printf("ipc_gc_fill_rect\n");
    9195        exch = async_exchange_begin(ipcgc->sess);
    9296        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.