Searched refs:vncConsole (Results 1 – 2 of 2) sorted by relevance
6 typedef struct vncConsole { struct56 } vncConsole, *vncConsolePtr; typedef
80 vncConsolePtr c=(vncConsolePtr)malloc(sizeof(vncConsole)); in vcGetConsole()