[mapserver-commits] r7844 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Fri Aug 8 14:37:19 EDT 2008
Author: dmorissette
Date: 2008-08-08 14:37:19 -0400 (Fri, 08 Aug 2008)
New Revision: 7844
Modified:
trunk/mapserver/mapswf.c
Log:
Make _msSWFAddButtonWithId() static
Modified: trunk/mapserver/mapswf.c
===================================================================
--- trunk/mapserver/mapswf.c 2008-08-08 18:35:02 UTC (rev 7843)
+++ trunk/mapserver/mapswf.c 2008-08-08 18:37:19 UTC (rev 7844)
@@ -1391,9 +1391,10 @@
*
* Returns a handle on the clip's SWFDisplayItem.
*/
-SWFDisplayItem _msSWFAddButtonWithId(imageObj *image, SWFMovie oMainMovie,
- SWFButton oButton,
- int nLayerIndex, int nShapeIndex)
+static SWFDisplayItem _msSWFAddButtonWithId(imageObj *image,
+ SWFMovie oMainMovie,
+ SWFButton oButton,
+ int nLayerIndex, int nShapeIndex)
{
SWFMovieClip myButtonMovieClip;
SWFDisplayItem oDisplay;
More information about the mapserver-commits
mailing list