/[rdesktop]/sourceforge.net/trunk/rdesktop/xclip.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/xclip.c

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

revision 1214 by ossman_, Tue Mar 28 13:56:08 2006 UTC revision 1215 by ossman_, Tue Mar 28 14:46:47 2006 UTC
# Line 1112  ui_clip_set_mode(const char *optarg) Line 1112  ui_clip_set_mode(const char *optarg)
1112  {  {
1113          g_rdpclip = True;          g_rdpclip = True;
1114    
1115          if (str_startswith(optarg, "auto") || str_startswith(optarg, "on")          if (str_startswith(optarg, "PRIMARYCLIPBOARD"))
             || str_startswith(optarg, "PRIMARYCLIPBOARD"))  
1116                  auto_mode = True;                  auto_mode = True;
1117          else if (str_startswith(optarg, "CLIPBOARD"))          else if (str_startswith(optarg, "CLIPBOARD"))
1118                  auto_mode = False;                  auto_mode = False;

Legend:
Removed from v.1214  
changed lines
  Added in v.1215

  ViewVC Help
Powered by ViewVC 1.1.26