Index: src/ch/af_defs.h =================================================================== diff -u -rcdf6a22ddf857f56ce2e27e26d8cd6f0b8034b2e -rd2b121c78f510b5384b8ef0ca80afbfd7f77fef7 --- src/ch/af_defs.h (.../af_defs.h) (revision cdf6a22ddf857f56ce2e27e26d8cd6f0b8034b2e) +++ src/ch/af_defs.h (.../af_defs.h) (revision d2b121c78f510b5384b8ef0ca80afbfd7f77fef7) @@ -1,28 +1,26 @@ +/*************************************************************************** +* Copyright (C) 2001-2008 by J�zef Starosczyk * +* ixen@copyhandler.com * +* * +* This program is free software; you can redistribute it and/or modify * +* it under the terms of the GNU Library General Public License * +* (version 2) as published by the Free Software Foundation; * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU General Public License for more details. * +* * +* You should have received a copy of the GNU Library General Public * +* License along with this program; if not, write to the * +* Free Software Foundation, Inc., * +* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * +***************************************************************************/ #ifndef __AFMESSAGES_H__ #define __AFMESSAGES_H__ // messages used by the app framework's modules #define WM_TRAYNOTIFY (WM_USER+0) #define WM_CFGNOTIFY (WM_USER+1) -#define WM_RMNOTIFY (WM_USER+2) -// message routing -// types of routing -// sends a message everywhere it could be sent (hwnds, registered modules, ...) -#define ROT_EVERYWHERE 0x0000000000000000 -// sends a message to all hwnds in an app -#define ROT_HWNDS 0x0100000000000000 -// sends a message to all registered modules -#define ROT_REGISTERED 0x0200000000000000 -// sends a message to one exact module -#define ROT_EXACT 0x0300000000000000 - -// internal modules -#define IMID_CONFIGMANAGER 0x0001000000000000 -#define IMID_RESOURCEMANAGER 0x0001000000000001 -#define IMID_LOGFILE 0x0001000000000002 - -// callbacks -typedef void(*PFNNOTIFYCALLBACK)(ULONGLONG, UINT, WPARAM, LPARAM); - #endif \ No newline at end of file