9b33dfaf42
- Bring this port into the 21st century.
24 lines
578 B
Plaintext
24 lines
578 B
Plaintext
$OpenBSD: patch-gui_card_c,v 1.1 2001/04/17 13:13:31 naddy Exp $
|
|
--- 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;
|
|
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;
|
|
|