Module Name: xsrc
Committed By: christos
Date: Thu Sep 22 17:14:59 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-suncg6/dist/src: cg6_accel.c
Log Message:
return something.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_accel.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_accel.c
diff -u xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_accel.c:1.6 xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_accel.c:1.7
--- xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_accel.c:1.6 Fri Aug 19 21:28:34 2016
+++ xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_accel.c Thu Sep 22 13:14:59 2016
@@ -547,10 +547,12 @@ Cg6DGAInit(ScreenPtr pScreen)
if (result) {
xf86Msg(X_INFO, "%s: DGA initialized\n",
pCg6->psdp->device);
+ return TRUE;
} else {
xf86Msg(X_WARNING, "%s: DGA setup failed\n",
pCg6->psdp->device);
- }
+ return FALSE;
+ }
}
static Bool