~compiz-team/compiz/compiz.fix_1041535

« back to all changes in this revision

Viewing changes to gtk/window-decorator/gtk-window-decorator.c

Replaced #defines of standard variable types. Fixes: . Approved by Sam Spilsbury.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
#define SWITCHER_SPACE 40
45
45
 
 
46
const float STROKE_ALPHA = 0.6f;
 
47
 
 
48
const unsigned short ICON_SPACE = 20;
 
49
 
 
50
const float DOUBLE_CLICK_DISTANCE = 8.0f;
 
51
 
 
52
const float         SHADOW_RADIUS      = 8.0f;
 
53
const float         SHADOW_OPACITY     = 0.5f;
 
54
const unsigned short SHADOW_OFFSET_X    = 1;
 
55
const unsigned short SHADOW_OFFSET_Y    = 1;
 
56
 
 
57
const float META_OPACITY              = 0.75f;
 
58
 
 
59
const float META_ACTIVE_OPACITY       = 1.0f;
 
60
 
 
61
guint cmdline_options = 0;
 
62
 
46
63
GdkPixmap *decor_normal_pixmap = NULL;
47
64
GdkPixmap *decor_active_pixmap = NULL;
48
65