diff options
Diffstat (limited to 'src/win_cairo.c')
-rw-r--r-- | src/win_cairo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win_cairo.c b/src/win_cairo.c index 9dc5ce0..c9b9703 100644 --- a/src/win_cairo.c +++ b/src/win_cairo.c @@ -1,5 +1,5 @@ /* - Copyright 2012-2020 David Robillard <d@drobilla.net> + Copyright 2012-2021 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -65,7 +65,7 @@ puglWinCairoDestroyDrawContext(PuglView* view) static PuglStatus puglWinCairoConfigure(PuglView* view) { - const PuglStatus st = puglWinStubConfigure(view); + const PuglStatus st = puglWinConfigure(view); if (!st) { view->impl->surface = |