summaryrefslogtreecommitdiff
path: root/alf/alfcompat.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2019-01-01 22:12:51 +0100
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2019-01-01 22:12:51 +0100
commit261902fcae887249ffa03114e49afdef85fb4442 (patch)
treefbc81a4581dc762d7194f7ee5b9b7b2790319dbf /alf/alfcompat.h
parentdbd2fb78dec385f0abfe07fd4609dc8f444bdefd (diff)
first try at combobox implementation
Diffstat (limited to 'alf/alfcompat.h')
-rw-r--r--alf/alfcompat.h2
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);