/[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 102 by astrand, Mon Aug 26 17:14:04 2002 UTC revision 103 by matthewc, Thu Aug 29 14:18:24 2002 UTC
# Line 429  ui_create_window() Line 429  ui_create_window()
429                  attribs.override_redirect = False;                  attribs.override_redirect = False;
430          }          }
431    
         width = (width + 3) & ~3;       /* make width a multiple of 32 bits */  
   
   
432          input_mask = KeyPressMask | KeyReleaseMask | ButtonPressMask | ButtonReleaseMask |          input_mask = KeyPressMask | KeyReleaseMask | ButtonPressMask | ButtonReleaseMask |
433                  VisibilityChangeMask | FocusChangeMask;                  VisibilityChangeMask | FocusChangeMask;
434    

Legend:
Removed from v.102  
changed lines
  Added in v.103

  ViewVC Help
Powered by ViewVC 1.1.26