Xmt is a Motif Tools library, introduced in the book Motif Tools (ISBN 1-56592-044-9). The Xmt Motif Tools library provides developers of user interfaces tools that make Motif easier to use. Xmt consists of the core library of additional widgets, utility programs, docs, tutorials, and example code. WWW: http://motiftools.sourceforge.net/
11 lines
278 B
C
11 lines
278 B
C
--- Xmt/Layout.c.orig 2001-07-06 18:38:33.000000000 -0700
|
|
+++ Xmt/Layout.c 2016-03-26 11:28:48.423314000 -0700
|
|
@@ -1497,7 +1497,7 @@
|
|
Dimension width, height, border_width;
|
|
|
|
if (XtIsShell(w)) {
|
|
- return;
|
|
+ return(0);
|
|
}
|
|
|
|
/* this is case 2 described above */
|