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. */ |
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 { |
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. */ |