[vte/wip/sixels: 72/111] ring: Undo move of a few private members to public section
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/wip/sixels: 72/111] ring: Undo move of a few private members to public section
- Date: Sat, 8 Aug 2020 18:43:01 +0000 (UTC)
commit 94f46c653a91d8febcc83a66e7f035a89ff926e9
Author: Hans Petter Jansson <hpj cl no>
Date: Sat Aug 8 20:42:49 2020 +0200
ring: Undo move of a few private members to public section
We no longer need to access these anywhere else.
src/ring.hh | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/src/ring.hh b/src/ring.hh
index 53e34dd4..ce5fbc74 100644
--- a/src/ring.hh
+++ b/src/ring.hh
@@ -108,12 +108,6 @@ public:
*
* >>> */
- bool m_has_streams;
-
- row_t m_max;
- row_t m_start{0};
- row_t m_end{0};
-
int m_next_image_priority;
std::map<gint, vte::image::Image *> *m_image_by_top_map;
@@ -214,6 +208,10 @@ private:
char const** hyperlink);
void reset_streams(row_t position);
+ row_t m_max;
+ row_t m_start{0};
+ row_t m_end{0};
+
/* Writable */
row_t m_writable{0};
row_t m_mask{31};
@@ -233,6 +231,7 @@ private:
* if nonempty, it actually contains the ID and URI separated with a semicolon. Not NUL
terminated.
* - 2 bytes repeating attr.hyperlink_length so that we can walk backwards.
*/
+ bool m_has_streams;
VteStream *m_attr_stream, *m_text_stream, *m_row_stream;
size_t m_last_attr_text_start_offset{0};
VteCellAttr m_last_attr;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]