diff options
author | Merov Linden <merov@lindenlab.com> | 2013-12-11 21:46:17 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-12-11 21:46:17 -0800 |
commit | 26a6668fb23ce289b67154ba3e3ac35f25a54978 (patch) | |
tree | 9f7c7310c55d95d2525e96551892d451e0f15619 /indra/newview/llsnapshotlivepreview.h | |
parent | 11e3f8c3a1209c17814d90978a1c0b80225bc122 (diff) |
ACME-1233 : Set the quality for jpeg images send to Facebook correctly
Diffstat (limited to 'indra/newview/llsnapshotlivepreview.h')
-rw-r--r-- | indra/newview/llsnapshotlivepreview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsnapshotlivepreview.h b/indra/newview/llsnapshotlivepreview.h index fe3d257b02..0c63bf47c7 100644 --- a/indra/newview/llsnapshotlivepreview.h +++ b/indra/newview/llsnapshotlivepreview.h @@ -93,7 +93,7 @@ public: void setSnapshotType(ESnapshotType type) { mSnapshotType = type; } void setSnapshotFormat(LLFloaterSnapshot::ESnapshotFormat type) { mSnapshotFormat = type; } - void setSnapshotQuality(S32 quality); + bool setSnapshotQuality(S32 quality, bool set_by_user = true); void setSnapshotBufferType(LLViewerWindow::ESnapshotType type) { mSnapshotBufferType = type; } void updateSnapshot(BOOL new_snapshot, BOOL new_thumbnail = FALSE, F32 delay = 0.f); void saveWeb(); |