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

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

revision 158 by matthewc, Sun Sep 15 11:53:50 2002 UTC revision 160 by matthewc, Sun Sep 15 12:42:26 2002 UTC
# Line 351  ui_init() Line 351  ui_init()
351                  height = HeightOfScreen(screen);                  height = HeightOfScreen(screen);
352          }          }
353    
354            /* make sure width is a multiple of 4 */
355            width = (width + 3) & ~3;
356    
357          xkeymap_init();          xkeymap_init();
358          return True;          return True;
359  }  }

Legend:
Removed from v.158  
changed lines
  Added in v.160

  ViewVC Help
Powered by ViewVC 1.1.26