~tatokis/unity/gcc-72-errors

« back to all changes in this revision

Viewing changes to unity-shared/CompizUtils.h

Merging with lp:~3v1n0/unity/cmake-libs-prefixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
  NONE = 0,
134
134
  EDGE = (1 << 0),
135
135
  SHADOW = (1 << 1),
136
 
  BORDER = (1 << 2),
 
136
  SHAPED = (1 << 2),
 
137
  BORDER = (1 << 3),
137
138
  FULL = EDGE|SHADOW|BORDER
138
139
};
139
140
}