#include "../xt/xt.h"
#include <X11/Dialog.h>

init_dialog () {
    XtResourceList r = 0;
    Define_Class ("dialog", dialogWidgetClass, r, 0);
}
