~ubuntu-branches/debian/jessie/aisleriot/jessie

« back to all changes in this revision

Viewing changes to src/ar-style-private.h

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach, Jeremy Bicha, Jordi Mallach
  • Date: 2012-04-22 12:49:26 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120422124926-gmr0thwstl91jt1n
Tags: 1:3.4.1-1
[ Jeremy Bicha ]
* New upstream release
* debian/control.in: (Build)-depend on guile-2.0
* debian/*.install: Cards files are now stored as zipped .svg's
* debian/patches/99_format-security.patch: Dropped, applied upstream

[ Jordi Mallach ]
* New upstream release.
* Update copyright to final version of the machine-readable 1.0 spec.
* Bump Standards Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
G_BEGIN_DECLS
22
22
 
 
23
static const GdkRGBA default_background_color = { 0. /* red */, 0.3125 /* green */, 0.0625 /* blue */, 1.0 /* alpha */ };
23
24
static const GdkRGBA default_selection_color = { 0. /* red */, 0. /* green */, 0.6666 /* blue */, 0.5 /* alpha */ };
24
 
static const GdkRGBA default_baize_color = { 0. /* red */, 0.3125 /* green */, 0.0625 /* blue */, 1.0 /* alpha */ };
 
25
 
 
26
#define DEFAULT_BACKGROUND_COLOR_STRING "rgb(0%,31%,6%)"
 
27
#define DEFAULT_SELECTION_COLOR_STRING  "rgba(0%,0%,66%,0.5)"
25
28
 
26
29
/* The proportion of a slot dedicated to the card (horiz or vert). */
27
30
#define DEFAULT_CARD_OVERHANG (0.0)
40
43
  ArCardTheme* card_theme;
41
44
 
42
45
  GdkRGBA selection_color;
43
 
  GdkRGBA baize_color;
44
46
 
45
47
  double card_slot_ratio;
46
48
  double card_overhang;