search for: use_metac

Displaying 2 results from an estimated 2 matches for "use_metac".

2007 Jun 07
1
[PATCH] fixes for >=libwnck-2.19.3
...2007-06-07 10:35:41.000000000 -0500 @@ -288,6 +288,8 @@ PKG_CHECK_EXISTS(libwnck-1.0 >= 2.18.1, [have_libwnck_2_18_1=yes], [have_libwnck_2_18_1=no]) + PKG_CHECK_EXISTS(libwnck-1.0 >= 2.19.3, + [have_libwnck_2_19_3=yes], [have_libwnck_2_19_3=no]) if test "x$use_metacity" = "xyes"; then PKG_CHECK_MODULES(METACITY, libmetacity-private, @@ -332,6 +334,10 @@ AC_DEFINE(HAVE_LIBWNCK_2_18_1, 1, [Define to 1 if libwnck version >= 2_18_1]) fi + if test "$have_libwnck_2_19_3" = yes; then + AC_DEFINE(HAVE_LIBWNCK_2_19...
2010 Nov 13
0
Upcoming structural changes to compiz core - HEADS UP
...s cairo to draw a decoration which changes color based on the current highlight_color of your gtk theme and also a window decorator which uses libmetacity-private to render the decoration based on your current metacity theme. If you don't want to build the metacity section, you can just disable USE_METACITY on build. This of course, is a mess. I think that we should split these into two decorators, a cairo one and a metacity one and have a shared libgdkcompizdecorator.so. This probably won't happen until the next release though. I'll do this in about 4 days, so please give me some feedba...