Re: [cdesktopenv-devel] [PATCH 3/4] dtpad: Use XtArgVal for int conversion

2012-09-23 Thread Jon Trulson
On Mon, 24 Sep 2012, Marcin Cieslak wrote: > Avoid overwrite of local variables when using > short (int, etc.) types with XtVaGetValues(). > > Cast XtPointer using (XtArgVal) without > the need to use C99 and friends. Nice, applied. -- Jon Trulson The Higgs Field is what make atoms matter.

[cdesktopenv-devel] [PATCH 3/4] dtpad: Use XtArgVal for int conversion

2012-09-23 Thread Marcin Cieslak
Avoid overwrite of local variables when using short (int, etc.) types with XtVaGetValues(). Cast XtPointer using (XtArgVal) without the need to use C99 and friends. --- cde/programs/dtpad/main.c|4 ++-- cde/programs/dtpad/printJob.c|9 ++--- cde/programs/dtpad/printOutput