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

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

revision 1231 by astrand, Wed Apr 12 06:47:24 2006 UTC revision 1232 by ossman_, Fri Apr 28 07:55:36 2006 UTC
# Line 3474  ui_seamless_destroy_window(unsigned long Line 3474  ui_seamless_destroy_window(unsigned long
3474    
3475    
3476  void  void
3477    ui_seamless_destroy_group(unsigned long id, unsigned long flags)
3478    {
3479            seamless_window *sw, *sw_next;
3480    
3481            if (!g_seamless_active)
3482                    return;
3483    
3484            for (sw = g_seamless_windows; sw; sw = sw_next)
3485            {
3486                    sw_next = sw->next;
3487    
3488                    if (sw->group->id == id)
3489                    {
3490                            XDestroyWindow(g_display, sw->wnd);
3491                            sw_remove_window(sw);
3492                    }
3493            }
3494    }
3495    
3496    
3497    void
3498  ui_seamless_move_window(unsigned long id, int x, int y, int width, int height, unsigned long flags)  ui_seamless_move_window(unsigned long id, int x, int y, int width, int height, unsigned long flags)
3499  {  {
3500          seamless_window *sw;          seamless_window *sw;

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

  ViewVC Help
Powered by ViewVC 1.1.26