########################### Programs #################################
# Replace this with your own path if necessary
+#WXDIR = /home/karl/wxWindows
WXDIR = /home/jacs/wx2
# C++ compiler
# Replace this with your own path if necessary
+#WXDIR = /home/karl/wxWindows
WXDIR = /home/jacs/wx2
include $(WXDIR)/src/make.env
gcvalues.foreground = BlackPixel (display, DefaultScreen (display));
gcvalues.background = WhitePixel (display, DefaultScreen (display));
gcvalues.graphics_exposures = False;
+ gcvalues.subwindow_mode = IncludeInferiors;
gcvalues.line_width = 1;
m_gc = XCreateGC (display, RootWindow (display, DefaultScreen (display)),
- GCForeground | GCBackground | GCGraphicsExposures | GCLineWidth,
+ GCForeground | GCBackground | GCGraphicsExposures | GCLineWidth | GCSubwindowMode,
&gcvalues);
m_backgroundPixel = (int) gcvalues.background;
int width, height, width1, height1;
GetSize(& width, & height);
+// lesstif 0.87 hangs here
+#ifndef LESSTIF_VERSION
XtVaSetValues (w,
XmNfontList, (XmFontList) m_windowFont.GetFontList(1.0, XtDisplay(w)),
NULL);
+#endif
GetSize(& width1, & height1);
if (keepOriginalSize && (width != width1 || height != height1))