diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-22 16:05:29 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-22 16:05:29 -0200 |
commit | f4f59348603fffd2fd3249f272eeeaa72f819b9a (patch) | |
tree | 7a7e0291a279db000b376c17c4ede4919aaaecaa /xmessage.c | |
parent | 17bb13a8280da865ecc1be940a8313e65c178a35 (diff) |
Correct make distcheck and sparse warnings.
Diffstat (limited to 'xmessage.c')
-rw-r--r-- | xmessage.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -72,11 +72,11 @@ static XtResource resources[] = { { "nearMouse", "NearMouse", XtRBoolean, sizeof (Boolean), offset(nearmouse), XtRString, "false" }, { "timeout", "Timeout", XtRInt, sizeof (int), - offset(timeout_secs), XtRInt, 0 }, + offset(timeout_secs), XtRInt, NULL }, { "maxHeight", "Maximum", XtRDimension, sizeof (Dimension), - offset(maxHeight), XtRDimension, 0 }, + offset(maxHeight), XtRDimension, NULL }, { "maxWidth", "Maximum", XtRDimension, sizeof (Dimension), - offset(maxWidth), XtRDimension, 0 }, + offset(maxWidth), XtRDimension, NULL }, }; #undef offset |