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

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

revision 1446 by ossman_, Mon Jun 18 12:00:34 2007 UTC revision 1447 by astrand, Fri Mar 7 11:27:12 2008 UTC
# Line 509  seamless_send_focus(unsigned long id, un Line 509  seamless_send_focus(unsigned long id, un
509    
510          return seamless_send("FOCUS", "0x%08lx,0x%lx", id, flags);          return seamless_send("FOCUS", "0x%08lx,0x%lx", id, flags);
511  }  }
512    
513    /* Send client-to-server message to destroy process on the server. */
514    unsigned int
515    seamless_send_destroy(unsigned long id)
516    {
517            return seamless_send("DESTROY", "0x%08lx", id);
518    }

Legend:
Removed from v.1446  
changed lines
  Added in v.1447

  ViewVC Help
Powered by ViewVC 1.1.26