/[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 1231 by ossman_, Thu Apr 20 13:01:45 2006 UTC revision 1232 by ossman_, Fri Apr 28 07:55:36 2006 UTC
# Line 120  seamless_process_line(const char *line, Line 120  seamless_process_line(const char *line,
120                  ui_seamless_destroy_window(id, flags);                  ui_seamless_destroy_window(id, flags);
121    
122          }          }
123            else if (!strcmp("DESTROYGRP", tok1))
124            {
125                    if (!tok4)
126                            return False;
127    
128                    id = strtoul(tok3, &endptr, 0);
129                    if (*endptr)
130                            return False;
131    
132                    flags = strtoul(tok4, &endptr, 0);
133                    if (*endptr)
134                            return False;
135    
136                    ui_seamless_destroy_group(id, flags);
137            }
138          else if (!strcmp("SETICON", tok1))          else if (!strcmp("SETICON", tok1))
139          {          {
140                  unimpl("SeamlessRDP SETICON1\n");                  unimpl("SeamlessRDP SETICON1\n");

Legend:
Removed from v.1231  
changed lines
  Added in v.1232

  ViewVC Help
Powered by ViewVC 1.1.26