aboutsummaryrefslogtreecommitdiff
path: root/games/xblackjack/files/patch-Table.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/xblackjack/files/patch-Table.c')
-rw-r--r--games/xblackjack/files/patch-Table.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/xblackjack/files/patch-Table.c b/games/xblackjack/files/patch-Table.c
new file mode 100644
index 000000000000..dd251f78f46a
--- /dev/null
+++ b/games/xblackjack/files/patch-Table.c
@@ -0,0 +1,29 @@
+--- Table.c.orig Wed Oct 30 22:35:52 2002
++++ Table.c Wed Oct 30 23:11:30 2002
+@@ -229,7 +229,7 @@
+ /* always_install_accelerators */ False,
+ #if XmVersion > 1000
+ /* geo_matrix_create */ NULL,
+- /* focus_moved_proc */ XtInheritFocusMovedProc,
++ /* focus_moved_proc */ /*XtInheritFocusMovedProc,*/
+ #endif
+ /* extension */ NULL,
+ },
+@@ -967,7 +967,7 @@
+
+ /* XtMoveWidget(w, rx, ry);*/
+ #if 1
+- _XmMoveObject((RectObj) w, rx, ry);
++ _XmMoveObject( w, rx, ry);
+ #else
+ _XmMoveObject( w, rx, ry);
+ #endif
+@@ -1020,7 +1020,7 @@
+ w, nw, nh,
+ w->core.border_width);
+ #endif
+- _XmResizeObject((RectObj) managed->locs[i].w, nw, nh,
++ _XmResizeObject( managed->locs[i].w, nw, nh,
+ managed->locs[i].w->core.border_width);
+ }
+