[Mplayerxp-cvslog] SF.net SVN: mplayerxp:[591] mplayerxp/libvo2/x11_system.cpp
Brought to you by:
olov
From: <nic...@us...> - 2012-12-21 11:07:31
|
Revision: 591 http://mplayerxp.svn.sourceforge.net/mplayerxp/?rev=591&view=rev Author: nickols_k Date: 2012-12-21 11:07:21 +0000 (Fri, 21 Dec 2012) Log Message: ----------- add static linkage Modified Paths: -------------- mplayerxp/libvo2/x11_system.cpp Modified: mplayerxp/libvo2/x11_system.cpp =================================================================== --- mplayerxp/libvo2/x11_system.cpp 2012-12-21 11:05:14 UTC (rev 590) +++ mplayerxp/libvo2/x11_system.cpp 2012-12-21 11:07:21 UTC (rev 591) @@ -620,7 +620,7 @@ ::XSetClassHint(mDisplay,window,&wmClass); } -const char *evt_names[] = { +static const char *evt_names[] = { "KeyPress", "KeyRelease", "ButtonPress", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |