16 lines
396 B
Plaintext
16 lines
396 B
Plaintext
$OpenBSD: patch-widget_c,v 1.1 2007/10/26 21:19:16 ajacoutot Exp $
|
|
--- widget.c.orig Fri Oct 26 23:05:34 2007
|
|
+++ widget.c Fri Oct 26 23:05:41 2007
|
|
@@ -25,8 +25,9 @@ typedef struct _BaseRec {
|
|
|
|
extern Base base;
|
|
|
|
-void HandleFocus();
|
|
-void HandleStruct();
|
|
+static void HandleFocus();
|
|
+static void HandleStruct();
|
|
+static Boolean TakeFocus();
|
|
void Pause();
|
|
|
|
static XtActionsRec actions[] = {
|