openbsd-ports/print/bibview/patches/patch-gui_card_c

24 lines
578 B
Plaintext
Raw Normal View History

$OpenBSD: patch-gui_card_c,v 1.1 2001/04/17 13:13:31 naddy Exp $
1998-05-17 01:20:42 -04:00
--- gui_card.c.orig Mon May 8 18:24:55 1995
+++ gui_card.c Tue Apr 17 14:30:50 2001
@@ -370,15 +370,15 @@ CardWinPtr cw;
1998-05-17 01:20:42 -04:00
CardWidgetsPtr cwp;
Dimension height;
- #ifdef ACTION_PROBLEM
+#ifdef ACTION_PROBLEM
if (first_in){
- #endif
+#endif
XtAppAddActions(XtWidgetToApplicationContext(topLevel), actions,
XtNumber(actions));
- #ifdef ACTION_PROBLEM
+#ifdef ACTION_PROBLEM
first_in = 0;
}
- #endif
+#endif
reqback = options.reqColor;
auth_ed_back = options.authedColor;