diff options
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index c1543d7..fa311cd 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Screen.cc,v 1.95 2003/01/09 17:41:02 fluxgen Exp $ | 25 | // $Id: Screen.cc,v 1.96 2003/01/10 00:35:19 fluxgen Exp $ |
26 | 26 | ||
27 | 27 | ||
28 | #include "Screen.hh" | 28 | #include "Screen.hh" |
@@ -351,7 +351,7 @@ BScreen::BScreen(ResourceManager &rm, | |||
351 | XDefineCursor(disp, getRootWindow(), fluxbox->getSessionCursor()); | 351 | XDefineCursor(disp, getRootWindow(), fluxbox->getSessionCursor()); |
352 | 352 | ||
353 | image_control = | 353 | image_control = |
354 | new BImageControl(scrn, true, fluxbox->colorsPerChannel(), | 354 | new FbTk::ImageControl(scrn, true, fluxbox->colorsPerChannel(), |
355 | fluxbox->getCacheLife(), fluxbox->getCacheMax()); | 355 | fluxbox->getCacheLife(), fluxbox->getCacheMax()); |
356 | image_control->installRootColormap(); | 356 | image_control->installRootColormap(); |
357 | root_colormap_installed = true; | 357 | root_colormap_installed = true; |