~bratsche/ubuntu/maverick/gtk2-engines-murrine/relicense

« back to all changes in this revision

Viewing changes to src/murrine_types.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-24 16:09:39 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100324160939-9yv64xiee0zffrat
Tags: 0.90.3+git20100323-0ubuntu1
New git snapshot version to fix some theme issues (lp: #533484)

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
 
214
214
typedef struct
215
215
{
216
 
        int    box_w;
217
 
        int    style;
218
 
        double prelight_shade;
 
216
        boolean as_list;
 
217
        int     box_w;
 
218
        int     style;
 
219
        double  prelight_shade;
219
220
} ComboBoxParameters;
220
221
 
221
222
typedef struct
302
303
{
303
304
        boolean horizontal;
304
305
        boolean use_rgba;
 
306
        int     style;
305
307
} SeparatorParameters;
306
308
 
307
309
typedef struct