/[rdesktop]/sourceforge.net/branches/seamlessrdp-branch/rdesktop/xwin.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/branches/seamlessrdp-branch/rdesktop/xwin.c

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

revision 1122 by astrand, Wed Mar 15 08:35:13 2006 UTC revision 1123 by astrand, Wed Mar 15 08:41:48 2006 UTC
# Line 3214  ui_seamless_setstate(unsigned long id, u Line 3214  ui_seamless_setstate(unsigned long id, u
3214                          break;                          break;
3215          }          }
3216  }  }
3217    
3218    
3219    void
3220    ui_seamless_syncbegin(unsigned long flags)
3221    {
3222            /* Destroy all seamless windows */
3223            while (g_seamless_windows)
3224            {
3225                    XDestroyWindow(g_display, g_seamless_windows->wnd);
3226                    seamless_remove_window(g_seamless_windows);
3227            }
3228    }

Legend:
Removed from v.1122  
changed lines
  Added in v.1123

  ViewVC Help
Powered by ViewVC 1.1.26