Re: [hatari-devel] Switching from SDL_types.h to inttypes.h ? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Switching from SDL_types.h to inttypes.h ?
- From: Troed Sångberg <troed@xxxxxxxxxxx>
- Date: Wed, 28 Sep 2022 18:00:20 +0000
- Authentication-results: mail-4018.proton.ch; dkim=none
- Feedback-id: 4148211:user:proton
I would be in favor of keeping them in those cases. When SDL gets switched out in the future (or in a fork) you'd want to make sure you revisit all affected code.
/Troed
On Wed, Sep 28, 2022 at 19:38, Thomas Huth <th.huth@xxxxxxxxx> wrote:
Hi!
Am Wed, 28 Sep 2022 20:18:03 +0300
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> I will cleanup screen.c + convert/.
Question is: Shall we also convert the spots that are actually calling SDL
functions? ... I don't mind anyway, but others might argue that SDL-related
stuff should still use the SDL-related types?
Thomas