Searched refs:alwaysShared (Results 1 – 15 of 15) sorted by relevance
19 CHECK(alwaysShared,TRUE); in main()
69 rfbScreen->alwaysShared = TRUE; in main()
140 server->alwaysShared=(1==1); in main()
74 rfbScreen->alwaysShared = TRUE; in main()
36 server->alwaysShared = TRUE; in main()
476 rfbScreen->alwaysShared = TRUE; in ScreenInit()
287 rfbScreen->alwaysShared = TRUE; in main()
151 rfbScreen->alwaysShared = TRUE; in rfbProcessArguments()
853 screen->alwaysShared = FALSE; in rfbGetScreen()
801 (cl->screen->neverShared || (!cl->screen->alwaysShared && !ci.shared))) { in rfbProcessClientInitMessage()
2059 rfbBool save_shared1 = screen->alwaysShared; in try_local_chat_window()2062 screen->alwaysShared = TRUE; in try_local_chat_window()2077 screen->alwaysShared = save_shared1; in try_local_chat_window()
1608 screen->alwaysShared = TRUE; in process_remote_cmd()1621 screen->alwaysShared = FALSE; in process_remote_cmd()5309 int t = screen ? screen->alwaysShared : 0; in process_remote_cmd()5314 screen->alwaysShared = 1; in process_remote_cmd()5319 int t = screen ? screen->alwaysShared : 0; in process_remote_cmd()5324 screen->alwaysShared = 0; in process_remote_cmd()
3682 screen->alwaysShared = TRUE;
197 vncscr->alwaysShared = TRUE; in init_fb_server()
310 rfbBool alwaysShared; member