[vlc-devel] commit: Compilation fixes (gapi, msw). (Laurent Aimar )
git version control
git at videolan.org
Tue Jan 5 21:59:02 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Jan 5 21:58:10 2010 +0100| [3abd4e20af7d02ebfdbfcab380f99bfcecbe12be] | committer: Laurent Aimar
Compilation fixes (gapi, msw).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3abd4e20af7d02ebfdbfcab380f99bfcecbe12be
---
modules/video_output/msw/common.h | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/modules/video_output/msw/common.h b/modules/video_output/msw/common.h
index 3749eaf..14b8c86 100644
--- a/modules/video_output/msw/common.h
+++ b/modules/video_output/msw/common.h
@@ -219,13 +219,13 @@ struct vout_display_sys_t
};
#ifdef MODULE_NAME_IS_wingapi
-# define GXOpenDisplay p_vout->p_sys->GXOpenDisplay
-# define GXCloseDisplay p_vout->p_sys->GXCloseDisplay
-# define GXBeginDraw p_vout->p_sys->GXBeginDraw
-# define GXEndDraw p_vout->p_sys->GXEndDraw
-# define GXGetDisplayProperties p_vout->p_sys->GXGetDisplayProperties
-# define GXSuspend p_vout->p_sys->GXSuspend
-# define GXResume p_vout->p_sys->GXResume
+# define GXOpenDisplay vd->GXOpenDisplay
+# define GXCloseDisplay vd->GXCloseDisplay
+# define GXBeginDraw vd->GXBeginDraw
+# define GXEndDraw vd->GXEndDraw
+# define GXGetDisplayProperties vd->GXGetDisplayProperties
+# define GXSuspend vd->GXSuspend
+# define GXResume vd->GXResume
#endif
/*****************************************************************************
More information about the vlc-devel
mailing list