51 |
extern char gpgver[]; /* Contains gpg version (3 bytes) */ |
extern char gpgver[]; /* Contains gpg version (3 bytes) */ |
52 |
|
|
53 |
/* Privacy Tray Dynamic */ |
/* Privacy Tray Dynamic */ |
54 |
|
#ifdef __cplusplus |
55 |
|
extern "C" { |
56 |
|
#endif |
57 |
BOOL PTD_initialize (void); |
BOOL PTD_initialize (void); |
58 |
void PTD_delete (void); |
void PTD_delete (void); |
59 |
const char* PTD_get_version (void); |
const char* PTD_get_version (void); |
60 |
int PTD_jpg_show (HWND, POINT*, LPCSTR); |
int PTD_jpg_show (HWND, POINT*, LPCSTR); |
61 |
|
HWND PTD_get_curr_hwnd (void); |
62 |
|
int PTD_is_used (void); |
63 |
|
BOOL PTD_keyb_send (UINT *keys, UINT n_keys); |
64 |
|
#ifdef __cplusplus |
65 |
|
} |
66 |
|
#endif |
67 |
|
|
68 |
/*-- wptMainProc.cpp --*/ |
/*-- wptMainProc.cpp --*/ |
69 |
LRESULT CALLBACK winpt_main_proc (HWND hwnd, UINT msg, WPARAM wparam, |
LRESULT CALLBACK winpt_main_proc (HWND hwnd, UINT msg, WPARAM wparam, |