• twanvl's avatar
    Eliminated most build errors (gcc,linux,wxGTK). · 203282d0
    twanvl authored
    What is left is mostly:
     - warning: converting double to int
         -> add a cast/to_int or ignore
     - wrong initialization order in ctor
         -> just swap the order to match the class
     - errors about wxCursors
         -> add a function loadResourceCursor
    203282d0
font.hpp 2 KB