~compiz-team/compiz-core/compiz-core.fix_882826

« back to all changes in this revision

Viewing changes to include/core/screen.h

  • Committer: Dennis kasprzyk
  • Author(s): Dennis Kasprzyk
  • Date: 2009-03-15 23:01:28 UTC
  • Revision ID: git-v1:aaa1ea1d80873aea6533346199b724550667142b
DropĀ CompMetadata.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <core/window.h>
32
32
#include <core/output.h>
33
33
#include <core/session.h>
34
 
#include <core/metadata.h>
35
34
#include <core/plugin.h>
36
35
#include <core/match.h>
37
36
#include <core/pluginclasses.h>
48
47
extern bool       debugOutput;
49
48
 
50
49
extern CompScreen   *screen;
51
 
extern CompMetadata *coreMetadata;
52
50
 
53
51
extern int lastPointerX;
54
52
extern int lastPointerY;