Home
last modified time | relevance | path

Searched refs:cleanupSource (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/libvncserver/
Dcursor.c268 cursor->cleanupSource = TRUE; in rfbMakeXCursor()
353 if(cursor->cleanupSource && cursor->source) in rfbFreeCursor()
360 cursor->cleanup=cursor->cleanupSource=cursor->cleanupMask in rfbFreeCursor()
380 if(cursor->source && cursor->cleanupSource) in rfbMakeXCursorFromRichCursor()
383 cursor->cleanupSource=TRUE; in rfbMakeXCursorFromRichCursor()
Dmain.c684 cleanupSource: FALSE,
/external/libvncserver/x11vnc/
Dcursor.c816 rfb_curs->cleanupSource = FALSE; in setup_cursors()
1253 c->cleanupSource = FALSE; in pixels2curs()
/external/libvncserver/rfb/
Drfb.h909 rfbBool cleanup, cleanupSource, cleanupMask, cleanupRichSource; member