# HG changeset patch # User alex # Date 1075285189 0 # Node ID bfc01249a7bcbda621cd6c6075bb98fc27b6175a # Parent e49a62a6e3cbb2fc352df9d93f82d8909c146fa5 support for latest CVS, patch by Ville Syrjala diff -r e49a62a6e3cb -r bfc01249a7bc libvo/vo_dfbmga.c --- 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 };