diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2018-12-28 22:24:11 +0100 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2018-12-28 22:24:11 +0100 |
| commit | 697c99c065906fee9cea8977342a51c5c893a98c (patch) | |
| tree | bdf141a48a07577723d4ccaf0a2d444ad7393092 | |
| parent | 31e3405cdf03d2aa64f807cad92e8293a51b0c2f (diff) | |
move ALF_CreateCompatFuncTable() declaration
| -rw-r--r-- | alf/alfcompat.h | 3 | ||||
| -rw-r--r-- | alf/alfpriv.h | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/alf/alfcompat.h b/alf/alfcompat.h index a6c4a91..8319dac 100644 --- a/alf/alfcompat.h +++ b/alf/alfcompat.h @@ -17,3 +17,6 @@ typedef struct { } ALFCompatFunctions; +ALFCompatFunctions * +ALF_CreateCompatFuncTable(void); + diff --git a/alf/alfpriv.h b/alf/alfpriv.h index 5affe15..a398127 100644 --- a/alf/alfpriv.h +++ b/alf/alfpriv.h @@ -63,8 +63,5 @@ struct ALFAppPriv { ALFCompatFunctions *compatFn; }; -ALFCompatFunctions * -ALF_CreateCompatFuncTable(void); - void ALF_UpdateFontsPriv(HWND hwnd, ALFWindowPriv *priv); |
