~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

« back to all changes in this revision

Viewing changes to aisleriot/ar-style.h

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-05-30 13:32:04 UTC
  • mfrom: (1.3.4)
  • mto: (163.1.3 precise)
  • mto: This revision was merged to the branch mainline in revision 143.
  • Revision ID: package-import@ubuntu.com-20110530133204-celaq1v1dsxc48q1
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
double ar_style_get_card_overhang   (ArStyle *style);
105
105
double ar_style_get_card_step       (ArStyle *style);
106
106
 
107
 
#ifdef HAVE_CLUTTER
108
 
void ar_style_get_selection_color  (ArStyle *style,
109
 
                                    ClutterColor * const color);
110
 
void ar_style_get_baize_color (ArStyle *style,
111
 
                                    ClutterColor * const color);
112
 
#else
113
 
void ar_style_get_selection_color  (ArStyle *style,
114
 
                                    GdkColor * const color);
115
 
void ar_style_get_baize_color (ArStyle *style,
116
 
                                    GdkColor * const color);
117
 
#endif
 
107
void ar_style_get_selection_color  (ArStyle *style,
 
108
                                    GdkColor * const color);
 
109
void ar_style_get_baize_color (ArStyle *style,
 
110
                                    GdkColor * const color);
118
111
 
119
112
gboolean ar_style_check_dnd_drag_threshold (ArStyle *style,
120
113
                                            float x1,
122
115
                                            float x2,
123
116
                                            float y2);
124
117
 
125
 
#ifndef HAVE_CLUTTER
126
 
 
127
118
#define AR_STYLE_PROP_PIXBUF_DRAWING "pixbuf-drawing"
128
119
 
129
120
gboolean ar_style_get_pixbuf_drawing (ArStyle *style);
130
121
 
131
 
#endif /* !HAVE_CLUTTER */
132
 
 
133
122
G_END_DECLS
134
123
 
135
124
#endif /* __AR_STYLE_H__ */