From 1267b8792b41aa7efe3843ddcf014ec9f12cea20 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 28 Sep 2014 23:53:38 +0000 Subject: partial success --- spectrogram.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'spectrogram.c') diff --git a/spectrogram.c b/spectrogram.c index 821e2e5..db88e4a 100644 --- a/spectrogram.c +++ b/spectrogram.c @@ -19,8 +19,7 @@ #include #include -//#include "Display.h" -#include +#include "Display.h" #include "Sgraph.h" #include @@ -99,6 +98,8 @@ worker(XtPointer data) String fallback[] = { "*foreground: Gold", "*background: RoyalBlue4", + "*borderColor: Red", + "*borderWidth: 1", NULL, }; @@ -124,7 +125,7 @@ main(int argc, char **argv) n = 0; XtSetArg(args[n], XtNorientation, "horizontal"); n++; - display = XtCreateManagedWidget("Display", boxWidgetClass, + display = XtCreateManagedWidget("Display", displayWidgetClass, toplevel, args, n); n = 0; -- cgit v1.2.3