BColor and BTexture
This commit is contained in:
parent
c4946013bc
commit
f62529b343
1 changed files with 3 additions and 3 deletions
|
@ -189,7 +189,7 @@ void bsetroot::solid(void) {
|
|||
pixmaps = new Pixmap[getNumberOfScreens()];
|
||||
|
||||
for (; screen < getNumberOfScreens(); screen++) {
|
||||
BColor c;
|
||||
FbTk::Color c;
|
||||
GC gc;
|
||||
XGCValues gcv;
|
||||
|
||||
|
@ -250,7 +250,7 @@ void bsetroot::modula(int x, int y) {
|
|||
}
|
||||
}
|
||||
|
||||
BColor f, b;
|
||||
FbTk::Color f, b;
|
||||
GC gc;
|
||||
Pixmap bitmap, r_bitmap;
|
||||
XGCValues gcv;
|
||||
|
@ -317,7 +317,7 @@ void bsetroot::gradient(void) {
|
|||
pixmaps = new Pixmap[getNumberOfScreens()];
|
||||
|
||||
for (screen = 0; screen < getNumberOfScreens(); screen++) {
|
||||
BTexture texture;
|
||||
FbTk::Texture texture;
|
||||
GC gc;
|
||||
XGCValues gcv;
|
||||
|
||||
|
|
Loading…
Reference in a new issue