Home | History | Annotate | Download | only in rfb

Lines Matching refs:rfbCursorPtr

918 } rfbCursor, *rfbCursorPtr;
924 extern rfbCursorPtr rfbMakeXCursor(int width,int height,char* cursorString,char* maskString);
927 extern void rfbMakeXCursorFromRichCursor(rfbScreenInfoPtr rfbScreen,rfbCursorPtr cursor);
928 extern void rfbMakeRichCursorFromXCursor(rfbScreenInfoPtr rfbScreen,rfbCursorPtr cursor);
929 extern void rfbFreeCursor(rfbCursorPtr cursor);
930 extern void rfbSetCursor(rfbScreenInfoPtr rfbScreen,rfbCursorPtr c);
1214 rfbCursorPtr c=rfbMakeXCursor(4,4,cur,mask);