Ignore:
Timestamp:
2014-07-09T23:25:28Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1b979a
Parents:
7d276395
Message:

Visualizer should use a custom connection handler instead of a single-method devman interface. This fixes rfb, which was broken.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/compositor/compositor.c

    r7d276395 r8e4a408  
    5757
    5858#include <event.h>
    59 #include <graph_iface.h>
    6059#include <io/keycode.h>
    6160#include <io/mode.h>
     
    11561155        if (sess == NULL) {
    11571156                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);
    11641157                return NULL;
    11651158        }
Note: See TracChangeset for help on using the changeset viewer.