/[rdesktop]/sourceforge.net/trunk/rdesktop/vnc/vnc.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/vnc/vnc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 650 by stargo, Sat Apr 10 09:34:52 2004 UTC revision 651 by astrand, Thu Apr 15 20:12:42 2004 UTC
# Line 75  static rfbScreenInfoPtr server = NULL; Line 75  static rfbScreenInfoPtr server = NULL;
75  static vncBuffer *frameBuffer = NULL;  static vncBuffer *frameBuffer = NULL;
76  static uint8_t reverseByte[0x100];  static uint8_t reverseByte[0x100];
77  BOOL g_enable_compose = False;  BOOL g_enable_compose = False;
78  int g_display=0;  int g_display = 0;
79    
80  /* ignored */  /* ignored */
81  BOOL owncolmap = False;  BOOL owncolmap = False;
# Line 486  ui_destroy_cursor(HCURSOR cursor) Line 486  ui_destroy_cursor(HCURSOR cursor)
486                  rfbFreeCursor((rfbCursorPtr) cursor);                  rfbFreeCursor((rfbCursorPtr) cursor);
487  }  }
488    
489  void ui_set_null_cursor(void)  void
490    ui_set_null_cursor(void)
491  {  {
492          rfbSetCursor(server, 0, FALSE);          rfbSetCursor(server, 0, FALSE);
493  }  }

Legend:
Removed from v.650  
changed lines
  Added in v.651

  ViewVC Help
Powered by ViewVC 1.1.26