~dbarth/compiz/reworked-fix-744104

« back to all changes in this revision

Viewing changes to unity/unity_window_decorator/src/config.h.gtk.in

  • Committer: David Barth
  • Date: 2011-04-05 20:20:54 UTC
  • Revision ID: david.barth@canonical.com-20110405202054-fnh0y5t2s228mf4k
re-integrate the unity-window-decorator, for real this time

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Define to 1 if Metacity support is enabled */
 
2
#cmakedefine USE_METACITY 1
 
3
 
 
4
/* Define to 1 if Gconf support is enabled */
 
5
#cmakedefine USE_GCONF_UNITY_WINDOW_DECORATOR 1
 
6
 
 
7
/* Define to 1 if you have the `wnck_window_has_name' function. */
 
8
#cmakedefine HAVE_WNCK_WINDOW_HAS_NAME 1
 
9
 
 
10
/* Define to 1 if libwnck version >= 2_18_1 */
 
11
#cmakedefine HAVE_LIBWNCK_2_18_1 1
 
12
 
 
13
/* Define to 1 if libwnck version >= 2_19_4 */
 
14
#cmakedefine HAVE_LIBWNCK_2_19_4 1
 
15
 
 
16
/* Define to 1 if metacity version >= 2.15.21 */
 
17
#cmakedefine HAVE_METACITY_2_15_21 1
 
18
 
 
19
/* Define to 1 if metacity version >= 2.17.0 */
 
20
#cmakedefine HAVE_METACITY_2_17_0 1
 
21
 
 
22
/* Define to 1 if metacity version >= 2.23.2 */
 
23
#cmakedefine HAVE_METACITY_2_23_2 1
 
24
 
 
25
#define GETTEXT_PACKAGE "${GETTEXT_PACKAGE}"