Searched refs:rfb (Results 1 – 25 of 47) sorted by relevance
12
7 EXTRA_DIST = CMakeLists.txt rfb/rfbint.h.cmake rfb/rfbconfig.h.cmake14 includedir=$(prefix)/include/rfb17 include_HEADERS=rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h \18 rfb/keysym.h rfb/rfbregion.h rfb/rfbclient.h
153 configure_file(${CMAKE_SOURCE_DIR}/rfb/rfbconfig.h.cmake ${CMAKE_BINARY_DIR}/rfb/rfbconfig.h)154 configure_file(${CMAKE_SOURCE_DIR}/rfb/rfbint.h.cmake ${CMAKE_BINARY_DIR}/rfb/rfbint.h)353 install_files(/include/rfb FILES354 rfb/keysym.h355 rfb/rfb.h356 rfb/rfbclient.h357 rfb/rfbconfig.h358 rfb/rfbint.h359 rfb/rfbproto.h360 rfb/rfbregion.h
17 * rfb/rfb.h: LibVNCServer: Include ws2tcpip.h if it's available. Needed for the IPv6 stuff.35 * libvncserver/rfbserver.c, rfb/rfb.h: Only try to build TightPNG124 rfb/rfbclient.h: LibVNCClient: Remove all those WITH_CLIENT_TLS147 webclients/novnc/include/rfb.js, webclients/novnc/include/ui.js,198 libvncserver/tight.c, libvncserver/turbo.c, rfb/rfb.h,199 rfb/rfbproto.h, test/Makefile.am, test/bmp.c, test/bmp.h,257 …of printing a performance warning if it isn't available. rfb/rfb.h: Fix a bug introduced with the…260 …Thus, a new parameter (turboQualityLevel) was created. rfb/rfbproto.h: Remove TurboVNC-specific #…280 * rfb/rfb.h: Move tightsubsamplevel member to the end of rfbClient305 libvncserver/turbo.c, rfb/rfb.h, rfb/rfbproto.h: Add TurboVNC[all …]
39 (test -f $srcdir/rfb/rfb.h) || {
290 includedir = $(prefix)/include/rfb316 EXTRA_DIST = CMakeLists.txt rfb/rfbint.h.cmake rfb/rfbconfig.h.cmake321 include_HEADERS = rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h \322 rfb/keysym.h rfb/rfbregion.h rfb/rfbclient.h
59 %makeinstall includedir="%{buildroot}%{_includedir}/rfb"83 %{_includedir}/rfb/*
6 AX_PREFIX_CONFIG_H([rfb/rfbconfig.h])889 if test ! -d ./rfb; then890 echo "creating subdir ./rfb for rfbint.h"891 mkdir ./rfb 893 AC_CREATE_STDINT_H(rfb/rfbint.h)998 # need to move local tarball rfb headers aside:999 hdrs="rfb.h rfbclient.h rfbproto.h rfbregion.h rfbint.h"1003 if test -f "rfb/$hdr"; then1004 echo "with-system-libvncserver: moving rfb/$hdr to rfb/$hdr.ORIG"1005 mv rfb/$hdr rfb/$hdr.ORIG
398 config_commands=" rfb/rfbconfig.h depfiles chmod-libvncserver-config"551 "rfb/rfbconfig.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rfb/rfbconfig.h" ;;1255 "rfb/rfbconfig.h":C) ac_prefix_conf_OUT=`echo rfb/rfbconfig.h`
138 install target for headers is now ${prefix}/include/rfb ("#include <rfb/rfb.h>")193 which includes "rfb.h" without, the structures got mixed up.
83 %{_includedir}/rfb/*
59 UI.rfb = RFB({'target': $D('noVNC_canvas'),262 if (UI.rfb.get_display().get_cursor_uri()) {308 if (UI.rfb.get_display().get_cursor_uri()) {323 UI.setViewDrag(UI.rfb.get_viewportDrag());330 UI.rfb.sendPassword($D('noVNC_password').value);340 UI.rfb.sendCtrlAltDel();350 if (UI.rfb) {351 UI.rfb.get_mouse().set_touchButton(num);370 updateState: function(rfb, state, oldstate, msg) { argument419 if (UI.rfb && UI.rfb.get_display() &&[all …]
11 var rfb, mode, test_state, frame_idx, frame_length, variable27 rfb.disconnect();40 rfb.connect('test', 0, "bogus");85 rfb.recv_message({'data' : frame.slice(frame.indexOf('{', 1) + 1)});
32 includedir=$(prefix)/include/rfb35 include_HEADERS=../rfb/rfb.h ../rfb/rfbconfig.h ../rfb/rfbint.h \36 ../rfb/rfbproto.h ../rfb/keysym.h ../rfb/rfbregion.h ../rfb/rfbclient.h38 noinst_HEADERS=../common/d3des.h ../rfb/default8x16.h zrleoutstream.h \
173 am__noinst_HEADERS_DIST = ../common/d3des.h ../rfb/default8x16.h \300 includedir = $(prefix)/include/rfb341 include_HEADERS = ../rfb/rfb.h ../rfb/rfbconfig.h ../rfb/rfbint.h \342 ../rfb/rfbproto.h ../rfb/keysym.h ../rfb/rfbregion.h ../rfb/rfbclient.h344 noinst_HEADERS = ../common/d3des.h ../rfb/default8x16.h zrleoutstream.h \
605 struct radeon_framebuffer *rfb; in radeonCreateBuffer() local610 rfb = CALLOC_STRUCT(radeon_framebuffer); in radeonCreateBuffer()611 if (!rfb) in radeonCreateBuffer()614 _mesa_initialize_window_framebuffer(&rfb->base, mesaVis); in radeonCreateBuffer()624 rfb->color_rb[0] = radeon_create_renderbuffer(rgbFormat, driDrawPriv); in radeonCreateBuffer()625 _mesa_add_renderbuffer(&rfb->base, BUFFER_FRONT_LEFT, &rfb->color_rb[0]->base.Base); in radeonCreateBuffer()626 rfb->color_rb[0]->has_surface = 1; in radeonCreateBuffer()630 rfb->color_rb[1] = radeon_create_renderbuffer(rgbFormat, driDrawPriv); in radeonCreateBuffer()631 _mesa_add_renderbuffer(&rfb->base, BUFFER_BACK_LEFT, &rfb->color_rb[1]->base.Base); in radeonCreateBuffer()632 rfb->color_rb[1]->has_surface = 1; in radeonCreateBuffer()[all …]
18 RfbProto rfb;65 if (viewer.rfb != null && rfb.inNormalProtocol) {71 + if (viewer.rfb != null && rfb.inNormalProtocol) {72 + synchronized(rfb) {74 + rfb.writeWheelEvent(evt);78 + rfb.notify();84 if (viewer.rfb != null && rfb.inNormalProtocol) {
116 viewer.rfb.readServerDriveList();185 viewer.rfb.readServerDirectory(remoteLocation.getText());828 - viewer.rfb.writeFramebufferUpdateRequest(831 - viewer.rfb.framebufferWidth,832 - viewer.rfb.framebufferHeight,834 + viewer.rfb.writeFramebufferUpdateRequest(0, 0, viewer.rfb.framebufferWidth,835 + viewer.rfb.framebufferHeight, true);998 viewer.rfb.requestRemoteFile(remoteFileName,localDestinationPath);1069 + viewer.rfb.requestRemoteFile(remoteFileName,localDestinationPath);1108 viewer.rfb.fAbort = true;[all …]
86 rfbCursorPtr rfb; member120 dest->rfb = src->rfb; in curs_copy()617 if (ci->rfb) { in setup_cursors()619 if (ci->rfb->richSource) { in setup_cursors()620 free(ci->rfb->richSource); in setup_cursors()621 ci->rfb->richSource = NULL; in setup_cursors()623 if (ci->rfb->source) { in setup_cursors()624 free(ci->rfb->source); in setup_cursors()625 ci->rfb->source = NULL; in setup_cursors()627 if (ci->rfb->mask) { in setup_cursors()[all …]
25 $(libvncclient_la_OBJECTS): ../rfb/rfbclient.h
42 1. Edit rfb/rfbconfig.h to match your Android target. For instance, comment out
... { boolean inAnApplet boolean inSeparateFrame String[] mainArgs RfbProto rfb Thread rfbThread java.awt.Frame vncFrame java. ...
73 struct { int gdk; int rfb; } buttonMapping[] = { member91 buttonMask |= buttonMapping[i].rfb; in button_event()114 buttonMask |= buttonMapping[i].rfb; in motion_notify_event()