diff options
author | Rr42 | 2018-06-26 23:29:59 +0530 |
---|---|---|
committer | Rr42 | 2018-06-26 23:29:59 +0530 |
commit | f3a85302eb2c25f90189b4b087ac7730c1088c08 (patch) | |
tree | f2b37eeee99b1806fd0f1513c0330ce7c66fd28a | |
parent | c70ccfc936bdb59c4934111db79ea0205d8c5dc8 (diff) | |
download | LDMicroGtk-f3a85302eb2c25f90189b4b087ac7730c1088c08.tar.gz LDMicroGtk-f3a85302eb2c25f90189b4b087ac7730c1088c08.tar.bz2 LDMicroGtk-f3a85302eb2c25f90189b4b087ac7730c1088c08.zip |
Minor changes.
-rw-r--r-- | ldmicro/miscutil.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ldmicro/miscutil.cpp b/ldmicro/miscutil.cpp index 1b191fd..05704e7 100644 --- a/ldmicro/miscutil.cpp +++ b/ldmicro/miscutil.cpp @@ -230,9 +230,9 @@ HWID CreateWindowClient(GtkWindowType wType, GdkWindowTypeHint wthint, char *win // Window proc for the dialog boxes. This Ok/Cancel stuff is common to a lot // of places, and there are no other callbacks from the children. //----------------------------------------------------------------------------- -static LRESULT CALLBACK DialogProc(HWND hwnd, UINT msg, WPARAM wParam, - LPARAM lParam) -{ +// static LRESULT CALLBACK DialogProc(HWND hwnd, UINT msg, WPARAM wParam, +// LPARAM lParam) +// { // switch (msg) { // case WM_NOTIFY: // break; @@ -258,8 +258,8 @@ static LRESULT CALLBACK DialogProc(HWND hwnd, UINT msg, WPARAM wParam, // return DefWindowProc(hwnd, msg, wParam, lParam); // } - return 1; -} +// return 1; +// } |