~ubuntu-branches/ubuntu/natty/mutter/natty

« back to all changes in this revision

Viewing changes to src/compositor/plugins/default.c

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-04-10 22:27:59 UTC
  • mfrom: (0.7.1 upstream) (0.3.20 experimental)
  • Revision ID: james.westby@ubuntu.com-20110410222759-o6n1i5p0unsti44n
Tags: 3.0.0-0ubuntu1
* New upstream release

* Merge with debian experimental (LP: #742458), remaining changes:
  + debian/patches/03_link_gles2.patch: Link to clutter-glx-1.0
    explicitily at the end of link flags, to bring in libGLESv2 on armel.
* debian/control.in:
  + rename gir package to gir1.2-mutter-3.0
* debian/libmutter0.symbols:
  + updated
* debian/patches:
  + fix 03_link_gles2.patch 

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 * 02111-1307, USA.
22
22
 */
23
23
 
24
 
#include "meta-plugin.h"
25
 
#include "window.h"
 
24
#include <meta/meta-plugin.h>
 
25
#include <meta/window.h>
26
26
 
27
27
#include <libintl.h>
28
28
#define _(x) dgettext (GETTEXT_PACKAGE, x)