summaryrefslogtreecommitdiff
path: root/games/xblackjack/files/patch-aa
blob: 66d3d24179a5cf430705070b6a62ba2def2376d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
--- Imakefile~	Thu Aug  1 21:41:28 1996
+++ Imakefile	Thu Aug  1 21:41:43 1996
@@ -54,7 +54,7 @@
 /*
  *  You may need to remove -lbsd.
  */
-  EXTRA_LIBRARIES = -lXm $(DEPLIBS) -lbsd
+  EXTRA_LIBRARIES = ${MOTIFLIB} -lXt -lXmu -lXext -lX11
 #endif
 
 /*
--- Table.c~	Thu Aug  1 21:39:10 1996
+++ Table.c	Thu Aug  1 21:40:50 1996
@@ -229,7 +229,8 @@
     /* always_install_accelerators */	False,
 #if XmVersion > 1000
     /* geo_matrix_create */	NULL,
-    /* focus_moved_proc */	XtInheritFocusMovedProc,
+    /* focus_moved_proc */	/*XtInheritFocusMovedProc,*/
+	XtCallAcceptFocus,
 #endif
     /* extension	*/  NULL,
   },
--- TableP.h~	Thu Aug  1 21:36:01 1996
+++ TableP.h	Thu Aug  1 21:38:03 1996
@@ -15,6 +15,9 @@
 
 #include "Table.h"
 #include <Xm/XmP.h>
+#include <Xm/TravActI.h>
+#include <Xm/ManagerI.h>
+#include <Xm/BulletinBI.h>
 #include <Xm/BulletinBP.h>
 
 /*
--- ./Draw.c.org	Fri Jun 18 10:17:44 1993
+++ ./Draw.c	Mon Aug 19 03:45:59 1996
@@ -84,7 +84,7 @@
 #include <Xol/OpenLook.h>
 #else
 #include <X11/Xutil.h>
-#include <X11/Xm/Xm.h>
+#include <Xm/Xm.h>
 #endif
 #include "Assert.h"
 #include "Bitmaps.h"
--- ./Strategy.c.org	Fri Jun 18 10:17:44 1993
+++ ./Strategy.c	Mon Aug 19 03:48:21 1996
@@ -95,8 +95,8 @@
 #include <Xol/OpenLook.h>
 #include <Xol/StaticText.h>
 #else
-#include <X11/Xm/Xm.h>
-#include <X11/Xm/Label.h>
+#include <Xm/Xm.h>
+#include <Xm/Label.h>
 #include "Table.h"
 #endif
 #include "Assert.h"