]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.h
make a new autoRaiseDelay value take effect without having to restart
[chaz/openbox] / src / Screen.h
index 15f83a22a81f12f51c2f590938e9e954b7f6cf12..24baba1f1dd8d963f09a8ed860500b3c15508d0b 100644 (file)
@@ -197,7 +197,7 @@ public:
 
   Rect availableArea() const;
   
-  inline Workspace *getWorkspace(int w) {
+  inline Workspace *getWorkspace(unsigned int w) {
     ASSERT(w < workspacesList.size());
     return workspacesList[w];
   }
This page took 0.021359 seconds and 4 git commands to generate.