From 3aa5dd18a8bda96ab65def0fe9ca78bfd0af3960 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 14 Feb 2015 20:44:17 +0000 Subject: second draft of add node dialog git-svn-id: http://svn.miranda-ng.org/main/trunk@12109 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'protocols/Tox/src/common.h') diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 767f127f32..fa3728896b 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -69,6 +69,12 @@ T CreateFunction(LPCSTR functionName) return reinterpret_cast(GetProcAddress(g_hToxLibrary, functionName)); } +struct ItemInfo +{ + HWND hwndList; + int SelNumber; +}; + extern HWND hAddNodeDlg; int OptInit(WPARAM wParam, LPARAM lParam); -- cgit v1.2.3