aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelface.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llpanelface.h
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llpanelface.h')
-rw-r--r--linden/indra/newview/llpanelface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelface.h b/linden/indra/newview/llpanelface.h
index 9e35003..230772b 100644
--- a/linden/indra/newview/llpanelface.h
+++ b/linden/indra/newview/llpanelface.h
@@ -67,6 +67,7 @@ protected:
67 void sendTexGen(); // applies and sends bump map 67 void sendTexGen(); // applies and sends bump map
68 void sendShiny(); // applies and sends shininess 68 void sendShiny(); // applies and sends shininess
69 void sendFullbright(); // applies and sends full bright 69 void sendFullbright(); // applies and sends full bright
70 void sendGlow();
70 71
71 // this function is to return TRUE if the dra should succeed. 72 // this function is to return TRUE if the dra should succeed.
72 static BOOL onDragTexture(LLUICtrl* ctrl, LLInventoryItem* item, void* ud); 73 static BOOL onDragTexture(LLUICtrl* ctrl, LLInventoryItem* item, void* ud);
@@ -83,9 +84,11 @@ protected:
83 static void onCommitTexGen( LLUICtrl* ctrl, void* userdata); 84 static void onCommitTexGen( LLUICtrl* ctrl, void* userdata);
84 static void onCommitShiny( LLUICtrl* ctrl, void* userdata); 85 static void onCommitShiny( LLUICtrl* ctrl, void* userdata);
85 static void onCommitFullbright( LLUICtrl* ctrl, void* userdata); 86 static void onCommitFullbright( LLUICtrl* ctrl, void* userdata);
87 static void onCommitGlow( LLUICtrl* ctrl, void *userdata);
86 88
87 static void onClickApply(void*); 89 static void onClickApply(void*);
88 static void onClickAutoFix(void*); 90 static void onClickAutoFix(void*);
91 static F32 valueGlow(LLViewerObject* object, S32 face);
89}; 92};
90 93
91#endif 94#endif