summaryrefslogtreecommitdiff
path: root/x11-wm/afterstep1/files/patch-Wharf.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/afterstep1/files/patch-Wharf.c')
-rw-r--r--x11-wm/afterstep1/files/patch-Wharf.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-wm/afterstep1/files/patch-Wharf.c b/x11-wm/afterstep1/files/patch-Wharf.c
new file mode 100644
index 000000000000..579a95741341
--- /dev/null
+++ b/x11-wm/afterstep1/files/patch-Wharf.c
@@ -0,0 +1,29 @@
+--- modules/Wharf/Wharf.c.orig 1997-03-19 01:28:51 UTC
++++ modules/Wharf/Wharf.c
+@@ -191,7 +191,7 @@ void FindLockMods(void);
+ *
+ ***********************************************************************
+ */
+-void main(int argc, char **argv)
++int main(int argc, char **argv)
+ {
+ char *display_name = NULL;
+ int i,j;
+@@ -2267,7 +2267,7 @@ void FindLockMods(void)
+ for (i = 0; i < mm->max_keypermod; i++)
+ {
+ if ((kc = *kp++) &&
+- ((ks = XKeycodeToKeysym(dpy, kc, 0)) != NoSymbol))
++ ((ks = XkbKeycodeToKeysym(dpy, kc, 0, 0)) != NoSymbol))
+ {
+ kn = XKeysymToString(ks);
+ knl = strlen(kn);
+@@ -2433,7 +2433,7 @@ void ConstrainSize (XSizeHints *hints, int *widthp, in
+
+ *widthp = dwidth;
+ *heightp = dheight;
+- return;
++ return 0;
+ }
+
+