diff options
Diffstat (limited to 'platform/x11/x11_main.c')
-rw-r--r-- | platform/x11/x11_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/x11/x11_main.c b/platform/x11/x11_main.c index 7e5942bf..bdc13dfc 100644 --- a/platform/x11/x11_main.c +++ b/platform/x11/x11_main.c @@ -539,7 +539,7 @@ static void winblit(pdfapp_t *app) if (gapp.iscopying || justcopied) { - pdfapp_invert(&gapp, &gapp.selr); + pdfapp_invert(&gapp, gapp.selr); justcopied = 1; } @@ -582,7 +582,7 @@ static void winblit(pdfapp_t *app) if (gapp.iscopying || justcopied) { - pdfapp_invert(&gapp, &gapp.selr); + pdfapp_invert(&gapp, gapp.selr); justcopied = 1; } } |