kdrive: properly ifdef composite enabling

This commit is contained in:
Daniel Stone 2006-08-10 18:03:58 +03:00 committed by Daniel Stone
parent 45bce556e8
commit cec284f2b3

View File

@ -1396,9 +1396,11 @@ KdInitOutput (ScreenInfo *pScreenInfo,
KdCardInfo *card; KdCardInfo *card;
KdScreenInfo *screen; KdScreenInfo *screen;
#ifdef COMPOSITE
/* kind of a hack: we want Composite enabled, but it's disabled per /* kind of a hack: we want Composite enabled, but it's disabled per
* default. */ * default. */
noCompositeExtension = FALSE; noCompositeExtension = FALSE;
#endif
if (!kdCardInfo) if (!kdCardInfo)
{ {