changeset 12601:39ea0995dcb1

moved vo_quartz higher in the list
author nplourde
date Thu, 17 Jun 2004 01:07:53 +0000
parents 2fa96fbc6b89
children 0d9dec871b83
files libvo/video_out.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.c	Thu Jun 17 00:59:01 2004 +0000
+++ b/libvo/video_out.c	Thu Jun 17 01:07:53 2004 +0000
@@ -132,6 +132,9 @@
 #ifdef HAVE_DIRECTX
         &video_out_directx,
 #endif
+#ifdef MACOSX
+	&video_out_quartz,
+#endif
 #ifdef HAVE_XMGA
         &video_out_xmga,
 #endif
@@ -167,9 +170,6 @@
         &video_out_dga,
 //        &video_out_fsdga,
 #endif
-#ifdef MACOSX
-	&video_out_quartz,
-#endif
 #ifdef HAVE_SDL
         &video_out_sdl,
 #endif