dtwm: Cleanup some implicit definitions
[oweals/cde.git] / cde / programs / dtwm / WmResParse.c
index a0630a027632697dc73556438c57af45b8e7dc5b..717f6fcfce623426c7fa456d07d60ba6f8557565 100644 (file)
@@ -7315,6 +7315,9 @@ void ProcessMotifBindings (void)
     XDeleteProperty (DISPLAY, RootWindow (DISPLAY, 0),
                XInternAtom (DISPLAY, "_MOTIF_DEFAULT_BINDINGS", False));
 
+    /* FIXME: unexported openmotif procedures */
+    extern Boolean _XmVirtKeysLoadFileBindings(Display *dsp, String *binding);
+    extern void _XmVirtKeysLoadFallbackBindings(Display *dsp, String *binding);
     if (_XmVirtKeysLoadFileBindings (fileName, &bindings) == True) {
        XChangeProperty (DISPLAY, RootWindow(DISPLAY, 0),
                XInternAtom (DISPLAY, "_MOTIF_BINDINGS", False),