diff dw.h @ 2529:060fdb2d807d

Android: Initial pixmap implmentation using Android Bitmap. Clean up some clang-tidy warnings reported by Android Studio.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 10 May 2021 20:06:50 +0000
parents 4b45e888eb10
children b9923432cb1f
line wrap: on
line diff
--- a/dw.h	Mon May 10 09:29:51 2021 +0000
+++ b/dw.h	Mon May 10 20:06:50 2021 +0000
@@ -782,7 +782,7 @@
 
 typedef struct _hpixmap {
    unsigned long width, height;
-   /* ?? *pixmap; */
+   jobject bitmap;
    HWND handle;
 } *HPIXMAP;