comparison dw.h @ 2548:c4d75d30430c

Android: Minor fixes to that last commit... missed dw.h changes and remove test code.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 14 May 2021 11:41:31 +0000
parents 457c91634881
children a36448beb7f7
comparison
equal deleted inserted replaced
2547:dbd15c13f5bb 2548:c4d75d30430c
781 } WindowData; 781 } WindowData;
782 782
783 typedef struct _hpixmap { 783 typedef struct _hpixmap {
784 unsigned long width, height; 784 unsigned long width, height;
785 jobject bitmap; 785 jobject bitmap;
786 jobject typeface;
787 int fontsize;
786 HWND handle; 788 HWND handle;
787 } *HPIXMAP; 789 } *HPIXMAP;
788 790
789 #define DW_DT_LEFT 0 791 #define DW_DT_LEFT 0
790 #define DW_DT_QUERYEXTENT 0 792 #define DW_DT_QUERYEXTENT 0