917f7da191
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.
/* $XConsortium: README /main/2 1996/07/15 13:58:13 drk $ */ This directory contains example source for the Dt development environment components: dtaction - DtAction action invocation. dtbuilder - Application builder examples. dtcalendar - xcsa calendar interface. dtdnd - DtDnd drag and drop. dtdts - DtDts datatyping. dthelp - DtHelp help display and navigation. dtscreen - DtSaver screen saver. dtsession - DtSession session management. dtterm - DtTerm terminal emulator widgets. dtwidget - libDtWidget additional Motif widgets. dtwsm - DtWsm workspace management. motif - Motif user interface toolkit. template - Template application. tt - ToolTalk messaging. The template application is a complete example of a fully integrated Dt desktop application. The other directories contain simple code examples of individual development environment components.