mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 06:28:07 +02:00
Merge branch 'server-1.4-branch' into xorg-server-1.4-apple
This commit is contained in:
commit
3251fb54cd
2 changed files with 1 additions and 7 deletions
|
|
@ -1387,12 +1387,6 @@ 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)
|
||||
{
|
||||
InitCard (0);
|
||||
|
|
|
|||
|
|
@ -525,7 +525,7 @@ XkbRF_RulesPtr rules;
|
|||
|
||||
file = fopen(buf, "r");
|
||||
if (!file) {
|
||||
LogMessage(X_ERROR, "XKB: Couldn't open rules file %s\n", file);
|
||||
LogMessage(X_ERROR, "XKB: Couldn't open rules file %s\n", buf);
|
||||
return False;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue