Re: [PATCH 12/19] WINGs: Reorganised the private header

2013-06-10 Thread Christophe
From: Christophe CURIS Hi Iain, I've given a try, I confirm the default in clang is more strict. This patch will fix it, works on my side with clang version 3.0-6.2. Regards, Christophe. Christophe CURIS (1): Fixed structure declaration syntax WINGs/WINGs/WINGsP.h | 12 ++-- src

Re: [PATCH 12/19] WINGs: Reorganised the private header

2013-06-10 Thread Iain Patterson
Quoth Christophe, From: Christophe CURIS The declarations have been split by source file, adding the usual separation mark. Removed these 2 prototypes: - W_SetFocusOfToplevel: case typo, the correct prototype already existed in the file; - W_TextWidth: function is not defined anywhere ---

[PATCH 12/19] WINGs: Reorganised the private header

2013-05-11 Thread Christophe
From: Christophe CURIS The declarations have been split by source file, adding the usual separation mark. Removed these 2 prototypes: - W_SetFocusOfToplevel: case typo, the correct prototype already existed in the file; - W_TextWidth: function is not defined anywhere --- WINGs/WINGs/WINGsP.h |