diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-08-13 21:58:10 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-08-13 21:58:10 +0300 |
commit | 823cef92ed9f22943888172f35b88f1a8efa0d8b (patch) | |
tree | 716a06f4b9584a5c85ded985c06d20224addd992 /indra/newview/llpanelface.h | |
parent | 8d77d51e636f5384b0b024350a0a219e041b5446 (diff) | |
parent | ef423bfb81283a657207274b20d0ab012962656a (diff) |
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/newview/llpanelface.h')
-rw-r--r-- | indra/newview/llpanelface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelface.h b/indra/newview/llpanelface.h index 0b40d7d41a..2d57d89a44 100644 --- a/indra/newview/llpanelface.h +++ b/indra/newview/llpanelface.h @@ -126,6 +126,7 @@ protected: void sendFullbright(); // applies and sends full bright void sendGlow(); void sendMedia(); + void alignTestureLayer(); // this function is to return TRUE if the drag should succeed. static BOOL onDragTexture(LLUICtrl* ctrl, LLInventoryItem* item); @@ -202,6 +203,7 @@ protected: static void onCommitPlanarAlign( LLUICtrl* ctrl, void* userdata); static void onCommitRepeatsPerMeter( LLUICtrl* ctrl, void* userinfo); static void onClickAutoFix(void*); + static void onAlignTexture(void*); static F32 valueGlow(LLViewerObject* object, S32 face); |