comparison src/xterm.h @ 5677:8143f6ad30d2

Wed Jan 26 12:23:12 1994 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu) * xterm.h [USE_X_TOOLKIT]: Don't include Xaw/Box.h.
author Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
date Wed, 26 Jan 1994 17:57:30 +0000
parents 94f317eca45d
children 44d0bebba84d
comparison
equal deleted inserted replaced
5676:b5027523c90d 5677:8143f6ad30d2
33 #include <X11/IntrinsicP.h> /* CoreP.h needs this */ 33 #include <X11/IntrinsicP.h> /* CoreP.h needs this */
34 #include <X11/CoreP.h> /* foul, but we need this to use our own 34 #include <X11/CoreP.h> /* foul, but we need this to use our own
35 window inside a widget instead of one 35 window inside a widget instead of one
36 that Xt creates... */ 36 that Xt creates... */
37 #include <X11/StringDefs.h> 37 #include <X11/StringDefs.h>
38 #include <X11/Xaw/Box.h>
39 #endif 38 #endif
40 39
41 /* Define a queue for X-events. One such queue is used for mouse clicks. 40 /* Define a queue for X-events. One such queue is used for mouse clicks.
42 Another is used for expose events. */ 41 Another is used for expose events. */
43 42