diff options
Diffstat (limited to 'protocols/WebView/src/webview_datawnd.cpp')
| -rw-r--r-- | protocols/WebView/src/webview_datawnd.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/protocols/WebView/src/webview_datawnd.cpp b/protocols/WebView/src/webview_datawnd.cpp index dc8b414547..c1e4df3798 100644 --- a/protocols/WebView/src/webview_datawnd.cpp +++ b/protocols/WebView/src/webview_datawnd.cpp @@ -23,7 +23,8 @@ #include "stdafx.h" #include "webview.h" -/*****************************************************************************/ +///////////////////////////////////////////////////////////////////////////////////////// + INT_PTR CALLBACK DlgProcFind(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { static char Searchstr[128]; @@ -115,7 +116,7 @@ INT_PTR CALLBACK DlgProcFind(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPara return FALSE; } -/*****************************************************************************/ +///////////////////////////////////////////////////////////////////////////////////////// static wchar_t tszSizeString[] = L"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; @@ -450,7 +451,7 @@ INT_PTR CALLBACK DlgProcDisplayData(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA return FALSE; } -/*****************************************************************************/ +///////////////////////////////////////////////////////////////////////////////////////// int DataDialogResize(HWND, LPARAM, UTILRESIZECONTROL *urc) { @@ -466,7 +467,7 @@ int DataDialogResize(HWND, LPARAM, UTILRESIZECONTROL *urc) return RD_ANCHORX_LEFT | RD_ANCHORY_TOP; } -/*****************************************************************************/ +///////////////////////////////////////////////////////////////////////////////////////// void SavewinSettings(void) { @@ -486,7 +487,7 @@ void SavewinSettings(void) } -/*****************************************************************************/ +///////////////////////////////////////////////////////////////////////////////////////// void ValidatePosition(HWND) { RECT r; |
