diff options
Diffstat (limited to 'src/gdk/cdgdkdbuf.c')
| -rw-r--r-- | src/gdk/cdgdkdbuf.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/gdk/cdgdkdbuf.c b/src/gdk/cdgdkdbuf.c index 50a93a5..3df8ec3 100644 --- a/src/gdk/cdgdkdbuf.c +++ b/src/gdk/cdgdkdbuf.c @@ -129,6 +129,7 @@ static cdContext cdDBufferContext =  {    CD_CAP_ALL & ~(CD_CAP_PLAY | CD_CAP_YAXIS | CD_CAP_PATH | CD_CAP_BEZIER | CD_CAP_FPRIMTIVES ),    0, +  CD_CTX_IMAGE,    cdcreatecanvas,      cdinittable,    NULL,              @@ -139,7 +140,7 @@ cdContext* cdContextDBuffer(void)  {    if (cdUseContextPlus(CD_QUERY))    { -    cdContext* ctx = cdGetContextPlus(CD_CTX_DBUFFER); +    cdContext* ctx = cdGetContextPlus(CD_CTXPLUS_DBUFFER);      if (ctx != NULL)        return ctx;    } | 
