Re: [cdesktopenv-devel] [PATCH 33/35] Introduce

2012-08-30 Thread Marcin Cieslak
>> Jon Trulson wrote: > On Fri, 31 Aug 2012, Marcin Cieslak wrote: > >> We need ANSI C prototypes of certain Motif >> functions that are not published in the official >> header files. >> >> header file contains >> the prototypes extracted from the Motif source. >> > > Applied, though I did make o

Re: [cdesktopenv-devel] [PATCH 35/35] DtWidget: Improve portability of Motif interface

2012-08-30 Thread Jon Trulson
On Fri, 31 Aug 2012, Marcin Cieslak wrote: Applied. -- Jon Trulson Atoms are what make us matter. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape

Re: [cdesktopenv-devel] [PATCH 34/35] Fix warnings in dtwm

2012-08-30 Thread Jon Trulson
On Fri, 31 Aug 2012, Marcin Cieslak wrote: Applied. -- Jon Trulson Atoms are what make us matter. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape

Re: [cdesktopenv-devel] [PATCH 33/35] Introduce

2012-08-30 Thread Jon Trulson
On Fri, 31 Aug 2012, Marcin Cieslak wrote: > We need ANSI C prototypes of certain Motif > functions that are not published in the official > header files. > > header file contains > the prototypes extracted from the Motif source. > Applied, though I did make one chage - I removed the includes::

[cdesktopenv-devel] [PATCH 35/35] DtWidget: Improve portability of Motif interface

2012-08-30 Thread Marcin Cieslak
- Add missing includes and prototypes - Improve type compatibility - Use for unofficial libXm headers With this patch, dtpad no longer crashes on startup on FreeBSD/amd64 because of a truncated 64-bit pointer. --- cde/lib/DtWidget/ComboBox.c |4 cde/lib/DtWidget/Control.c |

[cdesktopenv-devel] [PATCH 34/35] Fix warnings in dtwm

2012-08-30 Thread Marcin Cieslak
- Improve pointer/int compatibility - Include unpublished Dt headers in Dt - Use for unpublished Motif functions There are still warnings left generated because ElementValue.parsed_value should really be a union. There are also some warnings left because of XtPointer casting and some unused vari

[cdesktopenv-devel] [PATCH 33/35] Introduce

2012-08-30 Thread Marcin Cieslak
We need ANSI C prototypes of certain Motif functions that are not published in the official header files. header file contains the prototypes extracted from the Motif source. To re-create : 1) Make sure you have sources of libXm (lib/Xm directory of the Motif distribution) accessible via import

Re: [cdesktopenv-devel] [PATCH] Define AMD64Architecture for FreeBSD

2012-08-30 Thread Jon Trulson
On Thu, 30 Aug 2012, Marcin Cieslak wrote: Applied. -- Jon Trulson Atoms are what make us matter. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape

[cdesktopenv-devel] [PATCH] Define AMD64Architecture for FreeBSD

2012-08-30 Thread Marcin Cieslak
--- cde/config/cf/Imake.cf |5 + 1 file changed, 5 insertions(+) diff --git a/cde/config/cf/Imake.cf b/cde/config/cf/Imake.cf index 456d365..9e93abf 100644 --- a/cde/config/cf/Imake.cf +++ b/cde/config/cf/Imake.cf @@ -193,6 +193,11 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 bars

Re: [cdesktopenv-devel] [PATCH] Rudimentary LSBBitOrder for FreeBSD

2012-08-30 Thread Jon Trulson
On Thu, 30 Aug 2012, Marcin Cieslak wrote: > --- > cde/config/cf/FreeBSD.cf | 13 + > 1 file changed, 13 insertions(+) Applied. -- Jon Trulson Atoms are what make us matter. -- Live Security Virtual Conf

[cdesktopenv-devel] [PATCH] Rudimentary LSBBitOrder for FreeBSD

2012-08-30 Thread Marcin Cieslak
--- cde/config/cf/FreeBSD.cf | 13 + 1 file changed, 13 insertions(+) diff --git a/cde/config/cf/FreeBSD.cf b/cde/config/cf/FreeBSD.cf index 3671171..ebaa743 100644 --- a/cde/config/cf/FreeBSD.cf +++ b/cde/config/cf/FreeBSD.cf @@ -52,6 +52,19 @@ XCOMM operating system: OSName (OSM

Re: [cdesktopenv-devel] [PATCH] Two fixes for dtmail

2012-08-30 Thread Pascal Stumpf
On Wed, 29 Aug 2012 22:06:05 -0400 (EDT), Christopher Turkel wrote: > > > > > > > > -Original Message- > From: Ulrich Wilkens > To: cdesktopenv-devel > Sent: Wed, Aug 29, 2012 9:52 pm > Subject: [cdesktopenv-devel] [PATCH] Two fixes for dtmail > > > This one fixes a bug where