diff options
Diffstat (limited to 'linden/indra/newview/llpanelface.h')
-rw-r--r-- | linden/indra/newview/llpanelface.h | 3 |
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 |