mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 11:44:16 +08:00
cleanup
This commit is contained in:
+2
-4
@@ -165,8 +165,7 @@ dump_message (const MSG* msg, const char* name)
|
||||
}
|
||||
|
||||
static inline void
|
||||
dump_message_with_retval (const MSG* msg, LRESULT retval,
|
||||
const char* name)
|
||||
dump_message_with_retval (const MSG* msg, LRESULT retval, const char* name)
|
||||
{
|
||||
#ifdef _MGHAVE_MSG_STRING
|
||||
_MG_PRINTF ("Message(%s) for %s done: %u (%s), Wnd: %p, retval (%p).\n",
|
||||
@@ -190,8 +189,7 @@ dump_message_with_retval (const MSG* msg, LRESULT retval,
|
||||
}
|
||||
|
||||
static inline void
|
||||
dump_mouse_message (UINT message, int location, int x, int y,
|
||||
const char* name)
|
||||
dump_mouse_message (UINT message, int location, int x, int y, const char* name)
|
||||
{
|
||||
#ifdef _MGHAVE_MSG_STRING
|
||||
_MG_PRINTF ("Mouse message for %s: %u (%s), location(%d), x(%d), y(%d).\n",
|
||||
|
||||
Reference in New Issue
Block a user