diff dw.h @ 2530:b9923432cb1f

Android: Implement View based render widget and icon support with Drawable. Return nullptr instead of 0 on any functions using jobject.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 10 May 2021 22:34:52 +0000
parents 060fdb2d807d
children 457c91634881
line wrap: on
line diff
--- a/dw.h	Mon May 10 20:06:50 2021 +0000
+++ b/dw.h	Mon May 10 22:34:52 2021 +0000
@@ -771,7 +771,7 @@
 typedef void *HSHM;
 typedef void *HTREEITEM;
 typedef HWND HMENUI;
-typedef unsigned long HICN;
+typedef jobject HICN;
 
 typedef struct _window_data {
    UserData *root;