2abc28d1f2
Version 4.2 fixes: 1) Fixed problems with windows that have a compound text title 2) Fixed problems with the cursor font name 3) error.c will now compile under Solaris 2.6 4) Fixed misc. compilation warnings. Some survive in error.c and states.c 5) Fixed warp function when two screens have the same program: warp will now look first on the screen containing the mouse pointer 6) Fixed hot key functions when num lock/shift lock might be pressed 7) Fixed problem with AutoRootMenu startup 8) Fixed problem with VirtualIconic resource
12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
--- st.c.orig Thu Jan 13 22:36:18 1994
|
|
+++ ./st.c Fri Jul 16 21:49:04 1999
|
|
@@ -208,7 +208,7 @@
|
|
}
|
|
}
|
|
|
|
-static rehash(table)
|
|
+extern rehash(table)
|
|
register st_table *table;
|
|
{
|
|
register st_table_entry *ptr, *next, **old_bins = table->bins;
|