/[rdesktop]/sourceforge.net/trunk/rdesktop/xwin.h
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.h

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

revision 8 by matty, Fri Jul 7 09:40:03 2000 UTC revision 9 by matty, Tue Jul 25 12:34:29 2000 UTC
# Line 23  Line 23 
23    
24  typedef struct window  typedef struct window
25  {  {
26            struct connection *conn;
27            int width;
28            int height;
29    
30          Display *display;          Display *display;
31          Window wnd;          Window wnd;
32          GC gc;          GC gc;
# Line 30  typedef struct window Line 34  typedef struct window
34    
35  } *HWINDOW;  } *HWINDOW;
36    
37  typedef XImage *HBITMAP;  typedef void *HBITMAP;
38  typedef Colormap HCOLORMAP;  typedef void *HGLYPH;
39    typedef void *HCOLOURMAP;
40    

Legend:
Removed from v.8  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.26