2007-10-26 17:19:16 -04:00
|
|
|
$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 {
|
1998-09-25 18:49:19 -04:00
|
|
|
|
|
|
|
extern Base base;
|
|
|
|
|
|
|
|
-void HandleFocus();
|
|
|
|
-void HandleStruct();
|
|
|
|
+static void HandleFocus();
|
|
|
|
+static void HandleStruct();
|
|
|
|
+static Boolean TakeFocus();
|
|
|
|
void Pause();
|
|
|
|
|
|
|
|
static XtActionsRec actions[] = {
|