---Reply to mail from James Watkins-Harvey about DIA code committed

>     3) The snapshot source version (17h and 18h) seems to not compile when
>        --disable-palm-dia is passed to configure.

    No, it doesn't. The problems are (mostly) with the #defines in resize.h
SaveResizePrefs() takes 3 parameters, but, the #define only has 2.
ResizeHandleFrmXXX() are #defined as true, but, the value is not used so
gcc complains. And ResizeHandleWinEnterEvent() is called in mainform.c and
the return value (or #define) is not used, so gcc complains some more.

    The attached patch 'fixes' the problems, but, the one in mainform.c
may be better handled. (Do the forceMainFormUpdate check first and then
set handled to ResizeHandleWinEnterEvent() or true.

---End reply

Christopher R. Hawks
HAWKSoft
-------------------------------------------------------------------------
Windows is the answer, but only if the question was 'what is the
intellectual equivalent of being a galley slave?'
    -- Larry Smith, in comp.os.linux.misc




Attachment: dia.diff
Description: File attachment

Reply via email to