]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.hh
use the True/False as is the blackbox code standard.
[chaz/openbox] / src / Screen.hh
index 0fabe9a461fa688da37acce94edb71e52d2ea53b..3ce57db3db03cfcea9e1f8ed619a907cdf575b9d 100644 (file)
@@ -71,8 +71,8 @@ struct WindowStyle {
 
   TextJustify justify;
 
-  int doJustify(const std::string &text, int &start_pos,
-                unsigned int max_length, unsigned int modifier) const;
+  void doJustify(const std::string &text, int &start_pos,
+                 unsigned int max_length, unsigned int modifier) const;
 };
 
 struct ToolbarStyle {
@@ -83,8 +83,8 @@ struct ToolbarStyle {
 
   TextJustify justify;
 
-  int doJustify(const std::string &text, int &start_pos,
-                unsigned int max_length, unsigned int modifier) const;
+  void doJustify(const std::string &text, int &start_pos,
+                 unsigned int max_length, unsigned int modifier) const;
 };
 
 struct MenuStyle {
@@ -331,14 +331,13 @@ public:
   void save_rc(void);
   void reconfigure(void);
   void toggleFocusModel(FocusModel model);
-  void updateFocusModel(void);
   void rereadMenu(void);
   void shutdown(void);
   void showPosition(int x, int y);
   void showGeometry(unsigned int gx, unsigned int gy);
   void hideGeometry(void);
 
-  void buttonPressEvent(XButtonEvent *xbutton);
+  void buttonPressEvent(const XButtonEvent *xbutton);
 
   void updateNetizenCurrentWorkspace(void);
   void updateNetizenWorkspaceCount(void);
This page took 0.021373 seconds and 4 git commands to generate.