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

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

revision 1035 by astrand, Fri Dec 30 20:32:06 2005 UTC revision 1199 by astrand, Mon Mar 27 08:17:34 2006 UTC
# Line 589  handle_special_keys(uint32 keysym, unsig Line 589  handle_special_keys(uint32 keysym, unsig
589                          /* Inhibit */                          /* Inhibit */
590                          return True;                          return True;
591                          break;                          break;
592                    case XK_Overlay1_Enable:
593                            /* Toggle SeamlessRDP */
594                            if (pressed)
595                                    ui_seamless_toggle();
596                            break;
597    
598          }          }
599          return False;          return False;

Legend:
Removed from v.1035  
changed lines
  Added in v.1199

  ViewVC Help
Powered by ViewVC 1.1.26