diff options
author | fluxgen <fluxgen> | 2003-01-10 00:35:19 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-01-10 00:35:19 (GMT) |
commit | 7e8796c31ecea07484bda1d824f95babb1e1241c (patch) | |
tree | 6adaac716b9081df40becf812819a15cd1dab27f /src/Screen.cc | |
parent | d879cbae7f5ced020b68c680ff02d02db09b8faf (diff) | |
download | fluxbox-7e8796c31ecea07484bda1d824f95babb1e1241c.zip fluxbox-7e8796c31ecea07484bda1d824f95babb1e1241c.tar.bz2 |
adjusted for FbTk ImageControl
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; |