oops, took out an include that shouldn't have
This commit is contained in:
parent
a8c95d4e4f
commit
744c82cb1c
1 changed files with 2 additions and 1 deletions
|
@ -39,10 +39,11 @@
|
||||||
#include "Shape.hh"
|
#include "Shape.hh"
|
||||||
#endif // SHAPE
|
#endif // SHAPE
|
||||||
|
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <X11/X.h>
|
#include <X11/X.h>
|
||||||
|
|
||||||
|
using namespace std; // mem_fun
|
||||||
|
|
||||||
FbWinFrame::FbWinFrame(BScreen &screen, FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl,
|
FbWinFrame::FbWinFrame(BScreen &screen, FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl,
|
||||||
FbTk::XLayer &layer,
|
FbTk::XLayer &layer,
|
||||||
int x, int y,
|
int x, int y,
|
||||||
|
|
Loading…
Reference in a new issue