From: Daniel J S. <dan...@ie...> - 2004-07-27 16:39:03
|
Hans-Bernhard Broeker wrote: >On Mon, 26 Jul 2004, Daniel J Sebald wrote: > > > >>Well, anyway, could you give me a bit of guidance on whether you might >>consider the changes in notation. >> >> > >Feel free to reorganize the existing code without changing the actual >behaviour in any way that makes the code clearer. We can discuss actual >behavioural changes later. Please do use the justification enums from >term_api, if possible. But leave their names as they are, for the time >being. > > OK. I can go back and redo the patch. Give me a few hours to get back to it... But there is a patch on SourceForge which changes everything to typedef enum H_JUSTIFY { H_LEFT, H_CENTRE, H_RIGHT } H_JUSTIFY; typedef enum V_JUSTIFY { V_TOP, V_CENTRE, V_BOT } V_JUSTIFY; if you want to get some cleanup out of the way. |