cdesktopenv/cde/examples
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
..
dtaction Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtbuilder Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dtcalendar Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtdnd Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtdts Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtprint 157 warnings: remove -DXK_MISCELLANY from Makefiles 2012-09-24 18:30:21 -06:00
dtscreen Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtsession Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtterm Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtwidget Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtwsm Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
motif Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
template Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
tt examples/tt now runs on FreeBSD 2012-08-22 21:04:30 -06:00
README Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00

README

/* $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.