mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-08 15:20:15 +01:00
kdrive: properly ifdef composite enabling
This commit is contained in:
parent
45bce556e8
commit
cec284f2b3
1 changed files with 2 additions and 0 deletions
|
|
@ -1396,9 +1396,11 @@ KdInitOutput (ScreenInfo *pScreenInfo,
|
|||
KdCardInfo *card;
|
||||
KdScreenInfo *screen;
|
||||
|
||||
#ifdef COMPOSITE
|
||||
/* kind of a hack: we want Composite enabled, but it's disabled per
|
||||
* default. */
|
||||
noCompositeExtension = FALSE;
|
||||
#endif
|
||||
|
||||
if (!kdCardInfo)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue