On Mon, 22 Sep 2025 09:30:43 +0200
Kristian Amlie <[email protected]> wrote:
>What about this: Rename all occurrences of `Fl_Input::position` to 
>`Fl_Input::position_workaround`, then define something like this in 
>`global.h`:
>
>#ifdef FLTK_1_3
>#define position_workaround(X) position(X)
>#else
>#define position_workaround(X) insert_position(X)
>#endif
>
>Note that I just made up the `FLTK_1_3` macro, but there's probably 
>something like it. The principle should work, no?

I think something like this is a good idea. We're OK at the moment, but it will
need to be sorted eventually.

-- 
Will J Godfrey




_______________________________________________
Yoshimi-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/yoshimi-devel

Reply via email to