]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.h
gcc 3 compatibility, converted strstreams to stringstreams
[chaz/openbox] / src / Screen.h
index 8acae7ee0b7d4e0947af7541da3a15e07b3e1269..124d4f98635501e60d89aca4f674638b285f1f27 100644 (file)
@@ -187,6 +187,8 @@ public:
 
   inline Toolbar *getToolbar() { return toolbar; }
 
+  Rect availableArea() const;
+  
   inline Workspace *getWorkspace(int w) { return workspacesList->find(w); }
   inline Workspace *getCurrentWorkspace() { return current_workspace; }
 
@@ -219,7 +221,7 @@ public:
   void setAutoRaise(bool a);
   
   inline bool imageDither() const { return resource.image_dither; }
-  void setImageDither(bool d);
+  void setImageDither(bool d, bool reconfig = true);
   
   inline bool orderedDither() const { return resource.ordered_dither; }
   
@@ -310,7 +312,8 @@ public:
   void updateNetizenWindowLower(Window);
 
   enum { RowSmartPlacement = 1, ColSmartPlacement, CascadePlacement,
-         BestFitPlacement, LeftRight, RightLeft, TopBottom, BottomTop };
+         BestFitPlacement, UnderMousePlacement, ClickMousePlacement,
+         LeftRight, RightLeft, TopBottom, BottomTop };
   enum { LeftJustify = 1, RightJustify, CenterJustify };
   enum { RoundBullet = 1, TriangleBullet, SquareBullet, NoBullet };
   enum { Restart = 1, RestartOther, Exit, Shutdown, Execute, Reconfigure,
This page took 0.025987 seconds and 4 git commands to generate.