[vlc-devel] commit: Added a missing const in x11. (Laurent Aimar )
git version control
git at videolan.org
Mon Aug 4 20:29:21 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Aug 4 19:21:13 2008 +0200| [ec3579fe7efdbd274c7fc90e4619dfdd06264fb1] | committer: Laurent Aimar
Added a missing const in x11.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec3579fe7efdbd274c7fc90e4619dfdd06264fb1
---
modules/video_output/x11/xcommon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/x11/xcommon.c b/modules/video_output/x11/xcommon.c
index e364eb7..4034dd0 100644
--- a/modules/video_output/x11/xcommon.c
+++ b/modules/video_output/x11/xcommon.c
@@ -3209,7 +3209,7 @@ static void TestNetWMSupport( vout_thread_t *p_vout )
/*****************************************************************************
* Key events handling
*****************************************************************************/
-static struct
+static const struct
{
int i_x11key;
int i_vlckey;
More information about the vlc-devel
mailing list