diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IDynamicTextureManager.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IDynamicTextureManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IDynamicTextureManager.cs b/OpenSim/Region/Framework/Interfaces/IDynamicTextureManager.cs index 6df5cc2..441076d 100644 --- a/OpenSim/Region/Framework/Interfaces/IDynamicTextureManager.cs +++ b/OpenSim/Region/Framework/Interfaces/IDynamicTextureManager.cs | |||
@@ -112,7 +112,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
112 | UUID AddDynamicTextureData( | 112 | UUID AddDynamicTextureData( |
113 | UUID simID, UUID primID, string contentType, string data, string extraParams, | 113 | UUID simID, UUID primID, string contentType, string data, string extraParams, |
114 | int updateTimer, bool SetBlending, int disp, byte AlphaValue, int face); | 114 | int updateTimer, bool SetBlending, int disp, byte AlphaValue, int face); |
115 | 115 | ||
116 | void GetDrawStringSize(string contentType, string text, string fontName, int fontSize, | 116 | void GetDrawStringSize(string contentType, string text, string fontName, int fontSize, |
117 | out double xSize, out double ySize); | 117 | out double xSize, out double ySize); |
118 | } | 118 | } |
@@ -140,7 +140,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
140 | bool AsyncConvertUrl(UUID id, string url, string extraParams); | 140 | bool AsyncConvertUrl(UUID id, string url, string extraParams); |
141 | bool AsyncConvertData(UUID id, string bodyData, string extraParams); | 141 | bool AsyncConvertData(UUID id, string bodyData, string extraParams); |
142 | 142 | ||
143 | void GetDrawStringSize(string text, string fontName, int fontSize, | 143 | void GetDrawStringSize(string text, string fontName, int fontSize, |
144 | out double xSize, out double ySize); | 144 | out double xSize, out double ySize); |
145 | } | 145 | } |
146 | 146 | ||