Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 810061 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/kuickshow.cpp (+3 lines)
Lines 1250-1255 void KuickShow::initImlibParams( ImData *idata, ImlibInitParams *par ) Link Here
1250
                   PARAMS_FASTRENDER | PARAMS_HIQUALITY | PARAMS_DITHER |
1250
                   PARAMS_FASTRENDER | PARAMS_HIQUALITY | PARAMS_DITHER |
1251
                   PARAMS_IMAGECACHESIZE | PARAMS_PIXMAPCACHESIZE );
1251
                   PARAMS_IMAGECACHESIZE | PARAMS_PIXMAPCACHESIZE );
1252
1252
1253
    printf("getX11Display() = %p\n", (void*) getX11Display());
1254
    printf("getX11Screen() = %d\n", getX11Screen());
1255
    printf("ScreenOfDisplay(...) = %p\n", (void*) ScreenOfDisplay(getX11Display(), getX11Screen()));
1253
    Visual* defaultvis = DefaultVisual(getX11Display(), getX11Screen());
1256
    Visual* defaultvis = DefaultVisual(getX11Display(), getX11Screen());
1254
1257
1255
    par->paletteoverride = idata->ownPalette  ? 1 : 0;
1258
    par->paletteoverride = idata->ownPalette  ? 1 : 0;

Return to bug 810061