/[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 1402 by astrand, Wed Jan 17 07:39:31 2007 UTC revision 1403 by stargo, Thu Apr 12 16:04:25 2007 UTC
# Line 3218  ui_desktop_restore(uint32 offset, int x, Line 3218  ui_desktop_restore(uint32 offset, int x,
3218                  return;                  return;
3219    
3220          image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0,          image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0,
3221                               (char *) data, cx, cy, BitmapPad(g_display), cx * g_bpp / 8);                               (char *) data, cx, cy, g_bpp, 0);
3222    
3223          if (g_ownbackstore)          if (g_ownbackstore)
3224          {          {

Legend:
Removed from v.1402  
changed lines
  Added in v.1403

  ViewVC Help
Powered by ViewVC 1.1.26