~smspillaz/compiz-core/compiz-core.fix_898469

« back to all changes in this revision

Viewing changes to plugins/zoom/src/zoom.h

Merged compiz-core.fix_898465 into compiz-core.fix_898469.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 * Author: David Reveman <davidr@novell.com>
24
24
 */
25
25
 
26
 
#include <stdio.h>
27
 
#include <stdlib.h>
28
 
#include <string.h>
29
 
#include <math.h>
30
 
#include <sys/time.h>
31
 
 
32
 
#include <X11/cursorfont.h>
33
 
 
34
 
#include <core/core.h>
 
26
#include <core/screen.h>
35
27
#include <core/pluginclasshandler.h>
36
28
 
37
29
#include <composite/composite.h>