OSDN Git Service

support to replace mouse button event like key, experimantal, so disable by default
[yamy/yamy.git] / dlglog.h
index 54d8cd9..3fe8b02 100644 (file)
--- a/dlglog.h
+++ b/dlglog.h
@@ -15,25 +15,22 @@ INT_PTR CALLBACK dlgLog_dlgProc(
 #else\r
 BOOL CALLBACK dlgLog_dlgProc(\r
 #endif\r
-  HWND i_hwnd, UINT i_message, WPARAM i_wParam, LPARAM i_lParam);\r
+       HWND i_hwnd, UINT i_message, WPARAM i_wParam, LPARAM i_lParam);\r
 \r
-enum\r
-{\r
-  ///\r
-  WM_APP_dlglogNotify = WM_APP + 115,\r
+enum {\r
+       ///\r
+       WM_APP_dlglogNotify = WM_APP + 115,\r
 };\r
 \r
-enum DlgLogNotify\r
-{\r
-  DlgLogNotify_logCleared,                     ///\r
+enum DlgLogNotify {\r
+       DlgLogNotify_logCleared,                        ///\r
 };\r
 \r
 /// parameters for "Investigate" dialog box\r
-class DlgLogData\r
-{\r
+class DlgLogData {\r
 public:\r
-  tomsgstream *m_log;                          /// log stream\r
-  HWND m_hwndTaskTray;                         /// tasktray window\r
+       tomsgstream *m_log;                             /// log stream\r
+       HWND m_hwndTaskTray;                            /// tasktray window\r
 };\r
 \r
 #endif // !_DLGLOG_H\r