win32gui message history; also clipboard support (from <Someone>)
- added 2 menu options: Copy ASCII Screenshot To Clipboard, Save ASCII Screenshot To File - implemented saving message history
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#define MSNH_MSG_ENDMENU 108
|
||||
#define MSNH_MSG_DIED 109
|
||||
#define MSNH_MSG_CARET 110
|
||||
#define MSNH_MSG_GETTEXT 111
|
||||
|
||||
typedef struct mswin_nhmsg_add_wnd {
|
||||
winid wid;
|
||||
@@ -59,5 +60,10 @@ typedef struct mswin_nhmsg_end_menu {
|
||||
const char* text;
|
||||
} MSNHMsgEndMenu, *PMSNHMsgEndMenu;
|
||||
|
||||
typedef struct mswin_nhmsg_get_text {
|
||||
size_t max_size;
|
||||
char buffer[];
|
||||
} MSNHMsgGetText, *PMSNHMsgGetText;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user