16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
diff -u ./widget.c ../widget.c
|
|
--- ./widget.c Sun Jul 5 20:01:37 1998
|
|
+++ ../widget.c Sun Jul 5 19:55:08 1998
|
|
@@ -25,8 +25,9 @@
|
|
|
|
extern Base base;
|
|
|
|
-void HandleFocus();
|
|
-void HandleStruct();
|
|
+static void HandleFocus();
|
|
+static void HandleStruct();
|
|
+static Boolean TakeFocus();
|
|
void Pause();
|
|
|
|
static XtActionsRec actions[] = {
|