all repos — fluxbox @ b21d236d6d21d1abd363fa66bbcd743ce991b407

custom fork of the fluxbox windowmanager

fix for some pedantic compilers (mipspro)
akir akir
commit

b21d236d6d21d1abd363fa66bbcd743ce991b407

parent

70acd21472536cb4ba259275ae9056a6bf0c8d80

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/FbRootWindow.ccsrc/FbRootWindow.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbRootWindow.cc,v 1.3 2004/09/11 14:13:06 rathnor Exp $ +// $Id: FbRootWindow.cc,v 1.4 2004/10/21 10:21:03 akir Exp $ #include "FbRootWindow.hh" #include "App.hh"

@@ -64,5 +64,5 @@ }

} void FbRootWindow::updateGeometry() { - FbWindow::updateGeometry(); + FbTk::FbWindow::updateGeometry(); }