Fix to different compile warnings.

Fix to multiple int-conversion
Removal of duplicated function definition in dtudcfonted/util.h
Added XtEventHandler prototypes to mtfgui
This commit is contained in:
Jose Rubio
2019-10-10 19:25:07 +02:00
parent 707cc1256f
commit f9790767f3
8 changed files with 33 additions and 57 deletions

View File

@@ -1272,7 +1272,7 @@ static ModifierState modifierTable[] = {
{"Mod4Mask", Mod4Mask},
{"Mod5Mask", Mod5Mask},
{"ShiftMask", ShiftMask},
{NULL, NULL},
{NULL, 0},
};