Added kompmgr, composite engine for kwin, bases upon xcompmgr
svn path=/trunk/kdebase/kwin/; revision=378793
This commit is contained in:
parent
1b1c851faf
commit
4ba2d414ef
3 changed files with 2599 additions and 0 deletions
5
kompmgr/Makefile.am
Normal file
5
kompmgr/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
bin_PROGRAMS = kompmgr
|
||||||
|
|
||||||
|
kompmgr_LDADD = -L/usr/X11R6/lib -lXcomposite -lXdamage -lXfixes -lXrender -lX11 -lXext -lm
|
||||||
|
|
||||||
|
INCLUDES = $(all_includes)
|
5
kompmgr/configure.in.in
Normal file
5
kompmgr/configure.in.in
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
compile_kompmgr=yes
|
||||||
|
KDE_CHECK_HEADERS(X11/extensions/Xdamage.h,,compile_kompmgr=no,[#include <X11/Xlib.h>])
|
||||||
|
KDE_CHECK_HEADERS(X11/extensions/Xcomposite.h,,compile_kompmgr=no,[#include <X11/Xlib.h>])
|
||||||
|
KDE_CHECK_HEADERS(X11/extensions/Xrender.h,,compile_kompmgr=no,[#include <X11/Xlib.h>])
|
||||||
|
AM_CONDITIONAL(include_kompmgr, test "$compile_kompmgr" = "yes" )
|
2589
kompmgr/kompmgr.c
Normal file
2589
kompmgr/kompmgr.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue