aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturefetch.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lltexturefetch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/lltexturefetch.h b/linden/indra/newview/lltexturefetch.h
index d196978..195cb98 100644
--- a/linden/indra/newview/lltexturefetch.h
+++ b/linden/indra/newview/lltexturefetch.h
@@ -55,6 +55,8 @@ public:
55 55
56 bool createRequest(const LLUUID& id, const LLHost& host, F32 priority, 56 bool createRequest(const LLUUID& id, const LLHost& host, F32 priority,
57 S32 w, S32 h, S32 c, S32 discard, bool needs_aux); 57 S32 w, S32 h, S32 c, S32 discard, bool needs_aux);
58 bool createRequest(const LLString& filename, const LLUUID& id, const LLHost& host, F32 priority,
59 S32 w, S32 h, S32 c, S32 discard, bool needs_aux);
58 void deleteRequest(const LLUUID& id, bool cancel); 60 void deleteRequest(const LLUUID& id, bool cancel);
59 bool getRequestFinished(const LLUUID& id, S32& discard_level, 61 bool getRequestFinished(const LLUUID& id, S32& discard_level,
60 LLPointer<LLImageRaw>& raw, LLPointer<LLImageRaw>& aux); 62 LLPointer<LLImageRaw>& raw, LLPointer<LLImageRaw>& aux);