diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-01-01 22:12:51 +0100 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-01-01 22:12:51 +0100 |
| commit | 261902fcae887249ffa03114e49afdef85fb4442 (patch) | |
| tree | fbc81a4581dc762d7194f7ee5b9b7b2790319dbf /alf/alfcompat.h | |
| parent | dbd2fb78dec385f0abfe07fd4609dc8f444bdefd (diff) | |
first try at combobox implementation
Diffstat (limited to 'alf/alfcompat.h')
| -rw-r--r-- | alf/alfcompat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alf/alfcompat.h b/alf/alfcompat.h index 8319dac..846590c 100644 --- a/alf/alfcompat.h +++ b/alf/alfcompat.h @@ -20,3 +20,5 @@ typedef struct { ALFCompatFunctions * ALF_CreateCompatFuncTable(void); +long +ALF_GetAveCharWidth(HDC hdc); |
