Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 210428 | Differences between
and this patch

Collapse All | Expand All

(-)work.orig/compiz-0.7.2/configure (-2 / +1 lines)
Lines 23110-23117 Link Here
23110
metadatadir=$datadir/compiz
23110
metadatadir=$datadir/compiz
23111
23111
23112
23112
23113
COMPIZ_REQUIRES="x11-xcb    \
23113
COMPIZ_REQUIRES="xcomposite \
23114
		 xcomposite \
23115
		 xfixes	    \
23114
		 xfixes	    \
23116
		 xdamage    \
23115
		 xdamage    \
23117
		 xrandr	    \
23116
		 xrandr	    \
(-)work.orig/compiz-0.7.2/configure.ac (-2 / +1 lines)
Lines 118-125 Link Here
118
metadatadir=$datadir/compiz
118
metadatadir=$datadir/compiz
119
AC_SUBST(metadatadir)
119
AC_SUBST(metadatadir)
120
120
121
COMPIZ_REQUIRES="x11-xcb    \
121
COMPIZ_REQUIRES="xcomposite \
122
		 xcomposite \
123
		 xfixes	    \
122
		 xfixes	    \
124
		 xdamage    \
123
		 xdamage    \
125
		 xrandr	    \
124
		 xrandr	    \
(-)work.orig/compiz-0.7.2/include/compiz-core.h (-3 / +1 lines)
Lines 33-39 Link Here
33
#include <stdio.h>
33
#include <stdio.h>
34
#include <sys/time.h>
34
#include <sys/time.h>
35
35
36
#include <X11/Xlib-xcb.h>
36
#include <X11/Xlib.h>
37
#include <X11/Xutil.h>
37
#include <X11/Xutil.h>
38
#include <X11/extensions/Xdamage.h>
38
#include <X11/extensions/Xdamage.h>
39
#include <X11/extensions/Xcomposite.h>
39
#include <X11/extensions/Xcomposite.h>
Lines 901-908 Link Here
901
901
902
    CompDisplay *next;
902
    CompDisplay *next;
903
903
904
    xcb_connection_t *connection;
905
906
    Display    *display;
904
    Display    *display;
907
    CompScreen *screens;
905
    CompScreen *screens;
908
906
(-)work.orig/compiz-0.7.2/src/display.c (-2 lines)
Lines 2040-2047 Link Here
2040
	return FALSE;
2040
	return FALSE;
2041
    }
2041
    }
2042
2042
2043
    d->connection = XGetXCBConnection (dpy);
2044
2045
    if (!compInitDisplayOptionsFromMetadata (d,
2043
    if (!compInitDisplayOptionsFromMetadata (d,
2046
					     &coreMetadata,
2044
					     &coreMetadata,
2047
					     coreDisplayOptionInfo,
2045
					     coreDisplayOptionInfo,

Return to bug 210428