From dfbf103b2ebcc614397c98c5180e9893f9dd7d5d Mon Sep 17 00:00:00 2001 From: dreamforceinc Date: Tue, 23 Jan 2024 14:43:55 +0300 Subject: [PATCH] Added TODOs. --- wCenterWindow/wCenterWindow.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wCenterWindow/wCenterWindow.cpp b/wCenterWindow/wCenterWindow.cpp index cee344d..7768652 100644 --- a/wCenterWindow/wCenterWindow.cpp +++ b/wCenterWindow/wCenterWindow.cpp @@ -23,8 +23,12 @@ // wCenterWindow // wCenterWindow.cpp +// TODO: Change the formatting of source files. +// TODO: Add the name of app's icon author to the About dialog. +// TODO: Move the InitCommonControlsEx() function to the WinMain(). // TODO: Split main cpp-file to separate files. -// TODO: Change keyboard low-level hook to RegisterHotKey function. +// TODO: Make the automatic updater (download, unzip and replace executable). +// TODO: Change keyboard low-level hook to RegisterHotKey function. (Is it really needed?) #include "framework.h" #include "wCenterWindow.h"