From 6f8b36ff823e0eeabc439d15255353516745e23f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 4 Nov 2002 09:38:21 +0000 Subject: [PATCH] moving window.cc/hh to bbwindow.cc/hh since we'll have our own window class coming in to replace it slowly --- src/{window.cc => bbwindow.cc} | 0 src/{window.hh => bbwindow.hh} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/{window.cc => bbwindow.cc} (100%) rename src/{window.hh => bbwindow.hh} (100%) diff --git a/src/window.cc b/src/bbwindow.cc similarity index 100% rename from src/window.cc rename to src/bbwindow.cc diff --git a/src/window.hh b/src/bbwindow.hh similarity index 100% rename from src/window.hh rename to src/bbwindow.hh -- 2.45.2