wmperry(a)gnu.org (William M. Perry) writes:
I would really hate to make redisplay-xish.c look like:
[...]
Ouch. That would suck.
I suppose that doing the ifdefs first would make it glaringly
obvious which things should be turned into device methods.
But if the work gets done only half-way then maybe nobody will
implement the device methods, and we'll end up with a #ifdef soup.
IMO one should do either all the work or none, not 50 or 80%.