[vte/wip/sixels: 62/82] ring: Undo move of a few private members to public section
- From: Hans Petter Jansson <hansp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/wip/sixels: 62/82] ring: Undo move of a few private members to public section
- Date: Fri, 26 Jun 2020 00:48:19 +0000 (UTC)
commit 4a64181f88dce0a4292ac1c578bf852678da4c8e
Author: Hans Petter Jansson <hpj cl no>
Date: Sat Jun 20 02:53:08 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]