changeset 11866:bfc01249a7bc

support for latest CVS, patch by Ville Syrjala
author alex
date Wed, 28 Jan 2004 10:19:49 +0000
parents e49a62a6e3cb
children d12758db79aa
files libvo/vo_dfbmga.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dfbmga.c	Wed Jan 28 10:03:40 2004 +0000
+++ b/libvo/vo_dfbmga.c	Wed Jan 28 10:19:49 2004 +0000
@@ -404,7 +404,11 @@
 
      if (use_crtc2) {
           struct layer_enum l = {
+#if DIRECTFBVERSION > 920
+               "Matrox CRTC2 Layer",
+#else
                "Matrox CRTC2",
+#endif
                &crtc2,
                DFB_UNSUPPORTED
           };