summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_weather.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-05-29 21:56:06 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-05-29 21:56:06 +0300
commit80042a770a94fbb2dc56d81fd889a6d8b22a5ff1 (patch)
tree6d8c476090ccf4bd742687796400695e2aeed6f3 /plugins/ExternalAPI/m_weather.h
parenta2692125ca412d116857438d44306ce91e3f3dce (diff)
fixes #2886 (Weather: display weather as extra-icon instead of status)
Diffstat (limited to 'plugins/ExternalAPI/m_weather.h')
-rw-r--r--plugins/ExternalAPI/m_weather.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/ExternalAPI/m_weather.h b/plugins/ExternalAPI/m_weather.h
index dc50d970e8..eb9e89f84d 100644
--- a/plugins/ExternalAPI/m_weather.h
+++ b/plugins/ExternalAPI/m_weather.h
@@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//============ WEATHER CONDITION STRUCT ============
// weather conditions (added in v0.1.2.0)
-typedef struct
+struct WEATHERINFO
{
MCONTACT hContact;
TCHAR id[128];
@@ -42,11 +42,7 @@ typedef struct
TCHAR vis[16];
TCHAR sunrise[32];
TCHAR sunset[32];
-// are the other ones that important!?
- WORD status;
-} WEATHERINFO;
-
-
+};
// =============== WEATHER SERVICES ================