Changeset 8e4a408 in mainline for uspace/srv/hid/compositor/compositor.c
- Timestamp:
- 2014-07-09T23:25:28Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1b979a
- Parents:
- 7d276395
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/compositor/compositor.c
r7d276395 r8e4a408 57 57 58 58 #include <event.h> 59 #include <graph_iface.h>60 59 #include <io/keycode.h> 61 60 #include <io/mode.h> … … 1156 1155 if (sess == NULL) { 1157 1156 printf("%s: Unable to connect to visualizer %s\n", NAME, svc); 1158 return NULL;1159 }1160 1161 rc = graph_dev_connect(sess);1162 if (rc != EOK) {1163 printf("%s: Failed initializing visualiser %s\n", NAME, svc);1164 1157 return NULL; 1165 1158 }
Note:
See TracChangeset
for help on using the changeset viewer.