1 #include "vncdisplaythread.h"
4 /* inline */ VNCDisplayThread::VNCDisplayThread(VNCPanel
*panel
)
5 :wxThread(wxTHREAD_JOINABLE
),
9 /* inline */ void VNCDisplayThread::Stop() { running
= false; }
11 void *VNCDisplayThread::Entry() {
12 rfbClient
*cl
= panel
->GetVNCClient();
17 int i
= WaitForMessage(cl
,500);
22 if(!HandleRFBServerMessage(cl
)){