[vlc-devel] commit: cosmetic ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Feb 8 09:59:01 CET 2009


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Feb  8 10:58:27 2009 +0200| [663a2015ed1c7eb899b6c8cc3a44e6a22a8bccde] | committer: Rémi Denis-Courmont 

cosmetic

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=663a2015ed1c7eb899b6c8cc3a44e6a22a8bccde
---

 modules/video_output/xcb/xcb.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/video_output/xcb/xcb.c b/modules/video_output/xcb/xcb.c
index 19a9bf0..828f530 100644
--- a/modules/video_output/xcb/xcb.c
+++ b/modules/video_output/xcb/xcb.c
@@ -148,13 +148,13 @@ static int Open (vlc_object_t *obj)
     if ((vt = xcb_aux_find_visual_by_attrs (scr, XCB_VISUAL_CLASS_TRUE_COLOR,
                                             scr->root_depth)) != NULL)
         msg_Dbg (vout, "using TrueColor visual ID %d", (int)vt->visual_id);
-#if 0
     else
+#if 0
     if ((vt = xcb_aux_find_visual_by_attrs (scr, XCB_VISUAL_CLASS_STATIC_COLOR,
                                             scr->root_depth)) != NULL)
         msg_Dbg (vout, "using static color visual ID %d", (int)vt->visual_id);
-#endif
     else
+#endif
     if ((scr->root_depth == 8)
      && (vt = xcb_aux_find_visual_by_attrs (scr, XCB_VISUAL_CLASS_STATIC_GRAY,
                                             scr->root_depth)) != NULL)




More information about the vlc-devel mailing list