]> git.treefish.org Git - phys/latlib.git/blobdiff - culooks.h
only storing concurrent config file HASHES instead of full names.
[phys/latlib.git] / culooks.h
index 34466c1ba0373f0f5ba2dde75307e878e85b1c4d..66b33206b7a5bc96b7016b8059a024701ee9af44 100644 (file)
--- a/culooks.h
+++ b/culooks.h
@@ -28,7 +28,8 @@ class culooks
   void hideLinks();
   void setBgColor(const float& red, const float& green, const float& blue, const float& alpha);
   void setWireColor(const float& r, const float& g, const float& b, const float& a);
-  void setLineWidth(float width);
+  void setFrameWidth(float width);
+  void setLinkWidth(float width);
 
  private:
 
@@ -56,6 +57,8 @@ class culooks
     void hidePlaqs();
     void hideLinks();
     void setWireColor(const float& r, const float& g, const float& b, const float& a);
+    void setFrameWidth(float width);
+    void setLinkWidth(float width);
   private:
     float wireColor[4];
     void drawAll();
@@ -71,6 +74,8 @@ class culooks
     static int allid;
     bool hideplaquettes;
     bool hidelinks;
+    float framewidth;
+    float linkwidth;
   };
   
   struct window {
@@ -83,7 +88,6 @@ class culooks
     string name;
     float bgcolor[4];
     bool redisplay;
-    float linewidth;
   };
 
   class drawing