aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturefetch.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/lltexturefetch.h
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/newview/lltexturefetch.h')
-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);