~ubuntu-branches/ubuntu/natty/xfce4-weather-plugin/natty-proposed

« back to all changes in this revision

Viewing changes to panel-plugin/weather-data.h

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2009-06-24 08:37:55 UTC
  • mfrom: (0.2.1 upstream) (2.1.15 karmic)
  • Revision ID: james.westby@ubuntu.com-20090624083755-b8dhv7muoebp7au9
Tags: 0.7.0-1
* New upstream release.
* debian/control:
  - update standards version to 3.8.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*  $Id: weather-data.h 2366 2007-01-15 19:10:23Z nick $
 
1
/*  $Id: weather-data.h 7533 2009-06-11 20:31:02Z colin $
2
2
 *
3
3
 *  Copyright (c) 2003-2007 Xfce Development Team
4
4
 * 
104
104
 
105
105
typedef enum
106
106
{
 
107
  LNK1          = 0x0400,
 
108
  LNK2          = 0x0401,
 
109
  LNK3          = 0x0402,
 
110
  LNK4          = 0x0403,
 
111
  LNK1_TXT      = 0x0404,
 
112
  LNK2_TXT      = 0x0405,
 
113
  LNK3_TXT      = 0x0406,
 
114
  LNK4_TXT      = 0x0407
 
115
}
 
116
lnks;
 
117
 
 
118
typedef enum
 
119
{
107
120
  METRIC,
108
121
  IMPERIAL
109
122
}