X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2Fipc.cpp;h=f522ac22767ea79b4d3b9808d1e924f65a528459;hb=0dd55a90dfc0073f9432635a621c3ec6d2d9bca9;hp=059e90e1cd4bfe44cfecc1a8a0fc00864d74e837;hpb=7da746abd4b6296322f6bf8b228d678098e1fd24;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/ipc.cpp b/Usermode/Applications/axwin4_src/Server/ipc.cpp index 059e90e1..f522ac22 100644 --- a/Usermode/Applications/axwin4_src/Server/ipc.cpp +++ b/Usermode/Applications/axwin4_src/Server/ipc.cpp @@ -120,7 +120,7 @@ void SendMessage_MouseButton(CClient& client, unsigned int WinID, unsigned int X } void SendMessage_MouseMove(CClient& client, unsigned int WinID, unsigned int X, unsigned int Y) { - _SysDebug("TODO: IPC::SendMessage_MouseButton"); + _SysDebug("TODO: IPC::SendMessage_MouseMove"); } void SendMessage_KeyEvent(CClient& client, unsigned int WinID, uint32_t KeySym, bool Pressed, const char *Translated) {