complete the change from window.cc/hh to bbwindow.cc/hh
This commit is contained in:
parent
6f8b36ff82
commit
62356a72a9
5 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@ bin_PROGRAMS= openbox
|
||||||
openbox_LDADD=../otk/libotk.a @LIBINTL@
|
openbox_LDADD=../otk/libotk.a @LIBINTL@
|
||||||
|
|
||||||
openbox_SOURCES= configuration.cc screen.cc openbox.cc \
|
openbox_SOURCES= configuration.cc screen.cc openbox.cc \
|
||||||
util.cc window.cc workspace.cc xatom.cc blackbox.cc \
|
util.cc bbwindow.cc workspace.cc xatom.cc blackbox.cc \
|
||||||
main.cc xeventhandler.cc
|
main.cc xeventhandler.cc
|
||||||
|
|
||||||
MAINTAINERCLEANFILES= Makefile.in
|
MAINTAINERCLEANFILES= Makefile.in
|
||||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
||||||
#include "image.hh"
|
#include "image.hh"
|
||||||
#include "screen.hh"
|
#include "screen.hh"
|
||||||
#include "util.hh"
|
#include "util.hh"
|
||||||
#include "window.hh"
|
#include "bbwindow.hh"
|
||||||
#include "workspace.hh"
|
#include "workspace.hh"
|
||||||
|
|
||||||
using std::string;
|
using std::string;
|
||||||
|
|
|
@ -81,7 +81,7 @@ using std::string;
|
||||||
#include "otk/assassin.hh"
|
#include "otk/assassin.hh"
|
||||||
#include "screen.hh"
|
#include "screen.hh"
|
||||||
#include "util.hh"
|
#include "util.hh"
|
||||||
#include "window.hh"
|
#include "bbwindow.hh"
|
||||||
#include "workspace.hh"
|
#include "workspace.hh"
|
||||||
#include "xatom.hh"
|
#include "xatom.hh"
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,7 @@ using std::string;
|
||||||
#include "otk/assassin.hh"
|
#include "otk/assassin.hh"
|
||||||
#include "openbox.hh"
|
#include "openbox.hh"
|
||||||
#include "util.hh"
|
#include "util.hh"
|
||||||
#include "window.hh"
|
#include "bbwindow.hh"
|
||||||
#include "workspace.hh"
|
#include "workspace.hh"
|
||||||
#include "util.hh"
|
#include "util.hh"
|
||||||
#include "xatom.hh"
|
#include "xatom.hh"
|
||||||
|
|
|
@ -29,7 +29,7 @@ using std::string;
|
||||||
#include "otk/display.hh"
|
#include "otk/display.hh"
|
||||||
#include "screen.hh"
|
#include "screen.hh"
|
||||||
#include "util.hh"
|
#include "util.hh"
|
||||||
#include "window.hh"
|
#include "bbwindow.hh"
|
||||||
#include "workspace.hh"
|
#include "workspace.hh"
|
||||||
#include "xatom.hh"
|
#include "xatom.hh"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue