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

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

revision 754 by stargo, Mon Aug 23 11:28:23 2004 UTC revision 763 by astrand, Wed Sep 8 07:19:20 2004 UTC
# Line 946  BOOL Line 946  BOOL
946  ui_create_window(void)  ui_create_window(void)
947  {  {
948          uint8 null_pointer_mask[1] = { 0x80 };          uint8 null_pointer_mask[1] = { 0x80 };
949          uint8 null_pointer_data[4] = { 0x00, 0x00, 0x00, 0x00 };          uint8 null_pointer_data[9] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
950          XSetWindowAttributes attribs;          XSetWindowAttributes attribs;
951          XClassHint *classhints;          XClassHint *classhints;
952          XSizeHints *sizehints;          XSizeHints *sizehints;

Legend:
Removed from v.754  
changed lines
  Added in v.763

  ViewVC Help
Powered by ViewVC 1.1.26