/[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 300 by matthewc, Thu Jan 30 11:20:30 2003 UTC revision 301 by matthewc, Thu Jan 30 11:28:50 2003 UTC
# Line 62  static Pixmap backstore; Line 62  static Pixmap backstore;
62  #define PROP_MOTIF_WM_HINTS_ELEMENTS    5  #define PROP_MOTIF_WM_HINTS_ELEMENTS    5
63  typedef struct  typedef struct
64  {  {
65          unsigned long flags;          uint32 flags;
66          unsigned long functions;          uint32 functions;
67          unsigned long decorations;          uint32 decorations;
68          long inputMode;          sint32 inputMode;
69          unsigned long status;          uint32 status;
70  }  }
71  PropMotifWmHints;  PropMotifWmHints;
72    

Legend:
Removed from v.300  
changed lines
  Added in v.301

  ViewVC Help
Powered by ViewVC 1.1.26