From 45d4fa580114e7379a1140fb9944d43ffb9522ae Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 07:40:37 +0100 Subject: Rebranding for XCHAT_EAT_* --- plugins/hextray/callbacks.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/hextray/callbacks.cpp') diff --git a/plugins/hextray/callbacks.cpp b/plugins/hextray/callbacks.cpp index e7dcfdba..53a706b2 100644 --- a/plugins/hextray/callbacks.cpp +++ b/plugins/hextray/callbacks.cpp @@ -63,7 +63,7 @@ int event_cb(char *word[], void *userdata) int iEvent = (int)userdata; if(iEvent > 10 && iEvent != 21) - return XCHAT_EAT_NONE; + return HEXCHAT_EAT_NONE; /***************************************************************************************/ /***** if the window is minimized or if we're allowed to show alerts when its not **/ @@ -176,7 +176,7 @@ int event_cb(char *word[], void *userdata) /***********************************/ /***** pass the events to xchat ****/ /***********************************/ - return XCHAT_EAT_NONE; + return HEXCHAT_EAT_NONE; } int command_cb(char *word[], char *word_eol[], void *userdata) @@ -207,7 +207,7 @@ int command_cb(char *word[], char *word_eol[], void *userdata) free(szTemp); - return XCHAT_EAT_ALL; + return HEXCHAT_EAT_ALL; } LRESULT CALLBACK WindowProc(HWND hWnd, UINT msg, WPARAM wparam, LPARAM lparam) -- cgit 1.4.1