cdesktopenv/cde/programs/dtfile/dtcopy
Marcin Cieslak 917f7da191 157 warnings: remove -DXK_MISCELLANY from Makefiles
Fixes the following warning:

In file included from ../../../imports/x11/include/X11/Xutil.h:54,
                 from ../../../imports/x11/include/X11/Intrinsic.h:54,
                 from Action.c:64:
../../../imports/x11/include/X11/keysym.h:49:1: warning: "XK_MISCELLANY" redefined
<command-line>: warning: this is the location of the previous definition

<keysym.h> which includes all key symbols and loads <keysymdef.h>
is automaticlly included by the X Toolkit.

This patch removes #include <keysymdef.h> whenever not needed,
and adds #define XK_MISCALLANY in the source code where required.
2012-09-24 18:30:21 -06:00
..
Imakefile 157 warnings: remove -DXK_MISCELLANY from Makefiles 2012-09-24 18:30:21 -06:00
copydialog.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
dosync.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dosync.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtcopy.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtcopy.msg Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
errordialog.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
fsrtns.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
fsrtns.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
main_dtcopy.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
nmrtns.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
overwrtdialog.c dtfile: fix pointer to integer conversion 2012-09-23 19:38:40 -06:00
sharedFuncs.c dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
sharedFuncs.h dtfile: Add missing prototypes 2012-09-18 09:59:11 -06:00
utils.c dtfile: fix pointer to integer conversion 2012-09-23 19:38:40 -06:00