/[winpt]/trunk/Include/wptContext.h
ViewVC logotype

Diff of /trunk/Include/wptContext.h

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

revision 329 by twoaday, Fri Sep 25 16:08:14 2009 UTC revision 335 by twoaday, Sun Nov 27 12:20:21 2011 UTC
# Line 21  struct subclass_s { Line 21  struct subclass_s {
21      HWND    dlg;      HWND    dlg;
22      WNDPROC old;        /* old window procedure */      WNDPROC old;        /* old window procedure */
23      WNDPROC current;    /* the subclass window procedure */      WNDPROC current;    /* the subclass window procedure */
24      void * opaque;      void *opaque;
25  };  };
26    
27  /* Container for a gpgme key. */  /* Container for a gpgme key. */
# Line 46  struct winpt_key_s { Line 46  struct winpt_key_s {
46      int internal;      int internal;
47      unsigned int allocated:1;      unsigned int allocated:1;
48  };  };
49  typedef struct winpt_key_s * winpt_key_t;  typedef struct winpt_key_s *winpt_key_t;
50    
51  /* Text input context for detached sigs. */  /* Text input context for detached sigs. */
52  struct text_input_s {  struct text_input_s {
# Line 91  struct progress_filter_s { Line 91  struct progress_filter_s {
91  struct URL_ctx_s {  struct URL_ctx_s {
92      const char *title;      /* title for the dialog. */      const char *title;      /* title for the dialog. */
93      const char *desc;       /* description of what to do. */      const char *desc;       /* description of what to do. */
94      char url[256];          /* the selected URL. */      char url[512];          /* the selected URL. */
95      char proxy[64];      char proxy[64];
96      int  port;              /* the port to use. */      int  port;              /* the port to use. */
97      int  cancel;            /* user cancelled operation. */      int  cancel;            /* user cancelled operation. */

Legend:
Removed from v.329  
changed lines
  Added in v.335

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26