move screen.cc/hh to bbscreen.cc/hh
This commit is contained in:
parent
410a826458
commit
73f6bb1a7b
9 changed files with 9 additions and 9 deletions
|
@ -15,7 +15,7 @@ bin_PROGRAMS= openbox3
|
||||||
|
|
||||||
openbox3_LDADD=../otk/libotk.a @LIBINTL@
|
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 \
|
bbwindow.cc workspace.cc blackbox.cc \
|
||||||
main.cc xeventhandler.cc
|
main.cc xeventhandler.cc
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ extern "C" {
|
||||||
#include <string>
|
#include <string>
|
||||||
using std::string;
|
using std::string;
|
||||||
|
|
||||||
#include "screen.hh"
|
#include "bbscreen.hh"
|
||||||
#include "otk/font.hh"
|
#include "otk/font.hh"
|
||||||
#include "otk/gccache.hh"
|
#include "otk/gccache.hh"
|
||||||
#include "otk/image.hh"
|
#include "otk/image.hh"
|
|
@ -27,7 +27,7 @@ extern "C" {
|
||||||
#include "font.hh"
|
#include "font.hh"
|
||||||
#include "gccache.hh"
|
#include "gccache.hh"
|
||||||
#include "image.hh"
|
#include "image.hh"
|
||||||
#include "screen.hh"
|
#include "bbscreen.hh"
|
||||||
#include "bbwindow.hh"
|
#include "bbwindow.hh"
|
||||||
#include "workspace.hh"
|
#include "workspace.hh"
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@ using std::string;
|
||||||
#include "otk/gccache.hh"
|
#include "otk/gccache.hh"
|
||||||
#include "otk/image.hh"
|
#include "otk/image.hh"
|
||||||
#include "otk/assassin.hh"
|
#include "otk/assassin.hh"
|
||||||
#include "screen.hh"
|
#include "bbscreen.hh"
|
||||||
#include "otk/util.hh"
|
#include "otk/util.hh"
|
||||||
#include "bbwindow.hh"
|
#include "bbwindow.hh"
|
||||||
#include "workspace.hh"
|
#include "workspace.hh"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "client.hh"
|
#include "client.hh"
|
||||||
#include "screen.hh"
|
#include "bbscreen.hh"
|
||||||
#include "openbox.hh"
|
#include "openbox.hh"
|
||||||
#include "otk/display.hh"
|
#include "otk/display.hh"
|
||||||
#include "otk/property.hh"
|
#include "otk/property.hh"
|
||||||
|
|
|
@ -9,14 +9,14 @@ extern "C" {
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
#include "client.hh"
|
#include "client.hh"
|
||||||
#include "otk/strut.hh"
|
#include "otk/strut.hh"
|
||||||
#include "otk/rect.hh"
|
#include "otk/rect.hh"
|
||||||
#include "otk/screeninfo.hh"
|
#include "otk/screeninfo.hh"
|
||||||
#include "otk/style.hh"
|
#include "otk/style.hh"
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace ob {
|
namespace ob {
|
||||||
|
|
||||||
//! Holds and decorates a frame around an OBClient (client window)
|
//! Holds and decorates a frame around an OBClient (client window)
|
||||||
|
|
|
@ -27,7 +27,7 @@ using std::string;
|
||||||
#include "blackbox.hh"
|
#include "blackbox.hh"
|
||||||
#include "otk/font.hh"
|
#include "otk/font.hh"
|
||||||
#include "otk/display.hh"
|
#include "otk/display.hh"
|
||||||
#include "screen.hh"
|
#include "bbscreen.hh"
|
||||||
#include "otk/util.hh"
|
#include "otk/util.hh"
|
||||||
#include "bbwindow.hh"
|
#include "bbwindow.hh"
|
||||||
#include "workspace.hh"
|
#include "workspace.hh"
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
// XXX: REMOVE THIS SOON!!#!
|
// XXX: REMOVE THIS SOON!!#!
|
||||||
#include "blackbox.hh"
|
#include "blackbox.hh"
|
||||||
#include "screen.hh"
|
#include "bbscreen.hh"
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
|
Loading…
Reference in a new issue