summaryrefslogtreecommitdiff
path: root/src/win32/cdwclp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/cdwclp.c')
-rw-r--r--src/win32/cdwclp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/win32/cdwclp.c b/src/win32/cdwclp.c
index 60c29e0..3c31569 100644
--- a/src/win32/cdwclp.c
+++ b/src/win32/cdwclp.c
@@ -531,6 +531,7 @@ static cdContext cdClipboardContext =
CD_CAP_IMAGERGBA | CD_CAP_GETIMAGERGB | CD_CAP_IMAGESRV |
CD_CAP_FPRIMTIVES ),
0,
+ CD_CTX_DEVICE,
cdcreatecanvas,
cdinittable,
cdplay,
@@ -541,7 +542,7 @@ cdContext* cdContextClipboard(void)
{
if (cdUseContextPlus(CD_QUERY))
{
- cdContext* ctx = cdGetContextPlus(CD_CTX_CLIPBOARD);
+ cdContext* ctx = cdGetContextPlus(CD_CTXPLUS_CLIPBOARD);
if (ctx != NULL)
return ctx;
}