diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-23 05:53:27 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-23 05:53:27 +0000 |
commit | c2d827972a16f1710406d15e58304aecc4e1c9b5 (patch) | |
tree | d30fc5ed89d067e3f885b7fd05544047fd0d45a9 /plugins/Mwclist | |
parent | f6a9dc6e0bc5fe02e9ad6c9b047a1af874423ea3 (diff) |
moved some api headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@139 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Mwclist')
-rw-r--r-- | plugins/Mwclist/m_fontservice.h | 30 | ||||
-rw-r--r-- | plugins/Mwclist/m_mwclc.h | 27 |
2 files changed, 0 insertions, 57 deletions
diff --git a/plugins/Mwclist/m_fontservice.h b/plugins/Mwclist/m_fontservice.h deleted file mode 100644 index 3723029ecb..0000000000 --- a/plugins/Mwclist/m_fontservice.h +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright Scott Ellis (mail@scottellis.com.au) 2005
-// This software is licenced under the GPL (General Public Licence)
-// available at http://www.gnu.org/copyleft/gpl.html
-
-#ifndef _FONT_SERVICE_API_INC
-#define _FONT_SERVICE_API_INC
-
-typedef struct FontID_tag {
- int cbSize;
- char group[64];
- char name[64];
- char dbSettingsGroup[32];
- char prefix[32];
- int order;
-} FontID;
-
-// register a font
-// wparam = (FontID *)&font_id
-// lparam = 0
-#define MS_FONT_REGISTER "Font/Register"
-
-// get a font
-// wparam = (FontID *)&font_id (only name and group matter)
-// lParam = (LOGFONT *)&logfont
-#define MS_FONT_GET "Font/Get"
-
-// fired when a user modifies font settings, so reget your fonts
-#define ME_FONT_RELOAD "Font/Reload"
-
-#endif
\ No newline at end of file diff --git a/plugins/Mwclist/m_mwclc.h b/plugins/Mwclist/m_mwclc.h deleted file mode 100644 index b7b5102c32..0000000000 --- a/plugins/Mwclist/m_mwclc.h +++ /dev/null @@ -1,27 +0,0 @@ -/*
-
-Miranda IM: the free IM client for Microsoft* Windows*
-
-Copyright 2000-2003 Miranda ICQ/IM project,
-all portions of this codebase are copyrighted to the people
-listed in contributors.txt.
-
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation; either version 2
-of the License, or (at your option) any later version.
-
-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 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 _M_CLC_
-#define _M_CLC_
-
-
-#endif
|