Esempio n. 1
0
 public static extern byte rfbProcessEvents(RfbScreenInfoPtr screenInfo, long usec);
Esempio n. 2
0
 public static extern byte rfbIsActive(RfbScreenInfoPtr screenInfo);
Esempio n. 3
0
 public static extern void rfbRunEventLoop(RfbScreenInfoPtr screenInfo, long usec, byte runInBackground);
Esempio n. 4
0
 public static extern void rfbMarkRectAsModified(RfbScreenInfoPtr rfbScreen, int x1, int y1, int x2, int y2);
Esempio n. 5
0
 public static extern void rfbNewFramebuffer(RfbScreenInfoPtr rfbScreen, void *framebuffer, int width, int height, int bitsPerSample, int samplesPerPixel, int bytesPerPixel);
Esempio n. 6
0
 public static extern void rfbInitServerWithPthreadsAndZRLE(RfbScreenInfoPtr rfbScreen);
Esempio n. 7
0
 public static extern void rfbInitServerWithoutPthreadsButWithZRLE(RfbScreenInfoPtr rfbScreen);