/[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 1447 by astrand, Fri Mar 7 11:27:12 2008 UTC revision 1453 by astrand, Fri Mar 14 07:39:38 2008 UTC
# Line 3702  ui_seamless_restack_window(unsigned long Line 3702  ui_seamless_restack_window(unsigned long
3702                  sw_behind = sw_get_window_by_id(behind);                  sw_behind = sw_get_window_by_id(behind);
3703                  if (!sw_behind)                  if (!sw_behind)
3704                  {                  {
3705                          warning("ui_seamless_restack_window: No information for window 0x%lx\n",                          warning("ui_seamless_restack_window: No information for behind window 0x%lx\n", behind);
                                 behind);  
3706                          return;                          return;
3707                  }                  }
3708    
3709                  wnds[1] = sw_behind->wnd;                  wnds[1] = sw->wnd;
3710                  wnds[0] = sw->wnd;                  wnds[0] = sw_behind->wnd;
3711    
3712                  XRestackWindows(g_display, wnds, 2);                  XRestackWindows(g_display, wnds, 2);
3713          }          }

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

  ViewVC Help
Powered by ViewVC 1.1.26