diff options
| -rw-r--r-- | ovgosd.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1290,7 +1290,11 @@ public: pm->DrawPort().Width(), pm->DrawPort().Height(), argb)); } +#if APIVERSNUM >= 20110 DestroyPixmap(pm); +#else + delete pm; +#endif } } else |
