diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 07:40:37 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 07:40:37 +0100 |
commit | 45d4fa580114e7379a1140fb9944d43ffb9522ae (patch) | |
tree | b3ef37a2d374be07c365babe6ab6521c2d964be7 /plugins/hextray | |
parent | a5ab455b3414226ef03869eab9e7eeb01142a916 (diff) |
Rebranding for XCHAT_EAT_*
Diffstat (limited to 'plugins/hextray')
-rw-r--r-- | plugins/hextray/callbacks.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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) |