On Wed, 12 Aug 2009, Curt, WE7U wrote:
As you mentioned we'd replace "nedit" with Xastir's resource name.
This should be specified in the Xastir code instead of in .Xdefaults
so people wouldn't have to deal with it.
We can add MinWidth/MinHeight to each dialog with the problem,
"XmNminWidth" and "XmNminHeight".
or
probably specify defaults at the top of main.c:main() in the big
string containing other defaults, something like:
"*MinWidth: 200\n\
*MinHeight: 100\n",
Found an example which shows:
static String fallback\_resources[] = {
"*width: 300",
"*heigth: 400",
NULL /* NULL termination}
};
So I think we need:
"*minWidth: 200\n",
"*minHeight: 100\n",
In our Fallback Resources string in main.c:main().
If someone would be so kind as to try the latest CVS with compiz
enabled on a box that exhibits the problem... Let us know if this
fixes it.
--
Curt, WE7U. <http://www.eskimo.com/~archer>
APRS: Where it's at! <http://www.xastir.org>
Lotto: A tax on people who are bad at math. - unknown
Windows: Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me: I picked the coordinate system!"
_______________________________________________
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir