[vlc-devel] commit: Really fix gapi compilation. (Laurent Aimar )
git version control
git at videolan.org
Tue Jan 5 22:02:38 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Jan 5 22:01:49 2010 +0100| [bcab9505773601c95b0f3b1f5ffc137a9cc3e0a0] | committer: Laurent Aimar
Really fix gapi compilation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bcab9505773601c95b0f3b1f5ffc137a9cc3e0a0
---
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 14b8c86..44fcb62 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 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
+# define GXOpenDisplay vd->sys->GXOpenDisplay
+# define GXCloseDisplay vd->sys->GXCloseDisplay
+# define GXBeginDraw vd->sys->GXBeginDraw
+# define GXEndDraw vd->sys->GXEndDraw
+# define GXGetDisplayProperties vd->sys->GXGetDisplayProperties
+# define GXSuspend vd->sys->GXSuspend
+# define GXResume vd->sys->GXResume
#endif
/*****************************************************************************
More information about the vlc-devel
mailing list