diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Region/Framework/Interfaces/IDynamicTextureManager.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to '')
-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 | ||