From 481d4c1e8c710b12bc45ac0e09e5218491832e33 Mon Sep 17 00:00:00 2001 From: ayin Date: Tue, 19 Feb 2008 17:49:36 +0000 Subject: [PATCH] Mark some methods as private. --- src/scrollbar.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/scrollbar.h b/src/scrollbar.h index 8929e5d4..28e9670f 100644 --- a/src/scrollbar.h +++ b/src/scrollbar.h @@ -65,8 +65,6 @@ struct scrollBar_t { Cursor leftptr_cursor; int (scrollBar_t::*update)(int); void setup (rxvt_term *); - // update style dependent data - void update_data (); void resize (); int map (int); int show (int); @@ -129,6 +127,10 @@ struct scrollBar_t { GC pscrollbarGC; #endif +private: + // update style dependent data + void update_data (); + // scrollbar-next.C int show_next (int); // scrollbar-rxvt.C @@ -138,7 +140,6 @@ struct scrollBar_t { // scrollbar-plain.C int show_plain (int); -private: void init_next (); }; -- 2.34.1