mirror of
https://github.com/yawut/SDL.git
synced 2026-09-02 06:04:53 -05:00
Use the Cohen-Sutherland algorithm for line clipping which uses integer math and preserves ordering of clipped points. Removed getopt() support in testsdl.c, replaced with simple argv scanning.