move screen.cc/hh to bbscreen.cc/hh

This commit is contained in:
Dana Jansens 2002-11-10 10:22:47 +00:00
parent 410a826458
commit 73f6bb1a7b
9 changed files with 9 additions and 9 deletions

View file

@ -15,7 +15,7 @@ bin_PROGRAMS= openbox3
openbox3_LDADD=../otk/libotk.a @LIBINTL@
openbox3_SOURCES= client.cc frame.cc screen.cc openbox.cc \
openbox3_SOURCES= client.cc frame.cc bbscreen.cc openbox.cc \
bbwindow.cc workspace.cc blackbox.cc \
main.cc xeventhandler.cc

View file

@ -54,7 +54,7 @@ extern "C" {
#include <string>
using std::string;
#include "screen.hh"
#include "bbscreen.hh"
#include "otk/font.hh"
#include "otk/gccache.hh"
#include "otk/image.hh"

View file

@ -27,7 +27,7 @@ extern "C" {
#include "font.hh"
#include "gccache.hh"
#include "image.hh"
#include "screen.hh"
#include "bbscreen.hh"
#include "bbwindow.hh"
#include "workspace.hh"

View file

@ -79,7 +79,7 @@ using std::string;
#include "otk/gccache.hh"
#include "otk/image.hh"
#include "otk/assassin.hh"
#include "screen.hh"
#include "bbscreen.hh"
#include "otk/util.hh"
#include "bbwindow.hh"
#include "workspace.hh"

View file

@ -5,7 +5,7 @@
#endif
#include "client.hh"
#include "screen.hh"
#include "bbscreen.hh"
#include "openbox.hh"
#include "otk/display.hh"
#include "otk/property.hh"

View file

@ -9,14 +9,14 @@ extern "C" {
#include <X11/Xlib.h>
}
#include <string>
#include "client.hh"
#include "otk/strut.hh"
#include "otk/rect.hh"
#include "otk/screeninfo.hh"
#include "otk/style.hh"
#include <string>
namespace ob {
//! Holds and decorates a frame around an OBClient (client window)

View file

@ -27,7 +27,7 @@ using std::string;
#include "blackbox.hh"
#include "otk/font.hh"
#include "otk/display.hh"
#include "screen.hh"
#include "bbscreen.hh"
#include "otk/util.hh"
#include "bbwindow.hh"
#include "workspace.hh"

View file

@ -13,7 +13,7 @@
// XXX: REMOVE THIS SOON!!#!
#include "blackbox.hh"
#include "screen.hh"
#include "bbscreen.hh"
extern "C" {
#include <X11/Xlib.h>