François Revol
François Revol
I was quite busy with work so I still didn't touch the font stuff, I'll try this week.
I had another look at the font code, and I'm not sure how best change it: - keep the current font_list struct and add a pointer to display-specific stuff inside,...
Ok, I managed to fix the only thing left that was holding the cleanup up (crash on config reload). I think I'll deal with the font code separately, the changes...
Looks like including < vector > in display-output.cc isn't enough, clang complains…
and we need #include algorithm for sort()… (bleh, drops in markdown :p)
`build-wrapper-linux-x86-64: command not found` Hmm, don't think it's related, is Travis setup just bork?
let's see…
Oh well, 😴
Ah yes, some `//if (out_to_x.get(*state)) {` to remove still.
So, anyone tried yet? I didn't try to benchmark it, but I suppose the cost of going through the vtables is probably equivalent to all the removed `if (out_to_x…)`.