-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
All,
As requested by Mr. Workman in IRC this evening, attached is the patch
that will allow Obconf (from git) to build against Openbox-3.5.0.
Happy Slacking,
Andrew
- --
Andrew Rowland
<darowland AT ieee DOT org>
39A3 A9AD 3874 FEB8 741A 993F F6B9 516F CB55 B365
http://sourceforge.net/projects/reliafree/
Please do not send me MS Office files if possible.
They are a proprietary format and do not conform to
internationally recognized standards. They are
difficult to deal with and problematic to use.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iF4EAREKAAYFAk8QyDcACgkQ9rlRb8tVs2U/3wEAnk4dDaNXJi02kkSkaHzAKNys
S5oS3FaZcEokofNLkzMBALiWogyGqemg3C1FWqjLNDkMF40YUzcyui0wLZguhddP
=D5xX
-----END PGP SIGNATURE-----
--- obconf-orig/src/preview.c 2012-01-13 15:51:59.000000000 -0500
+++ obconf/src/preview.c 2012-01-13 15:53:39.000000000 -0500
@@ -327,28 +327,28 @@
switch (*layout) {
case 'D':
a = focus ?
- theme->btn_desk->a_focused_unpressed :
- theme->btn_desk->a_unfocused_unpressed;
+ theme->a_focused_unpressed_desk :
+ theme->a_unfocused_unpressed_desk;
break;
case 'S':
a = focus ?
- theme->btn_shade->a_focused_unpressed :
- theme->btn_shade->a_unfocused_unpressed;
+ theme->a_focused_unpressed_shade :
+ theme->a_unfocused_unpressed_shade;
break;
case 'I':
a = focus ?
- theme->btn_iconify->a_focused_unpressed :
- theme->btn_iconify->a_unfocused_unpressed;
+ theme->a_focused_unpressed_iconify :
+ theme->a_unfocused_unpressed_iconify;
break;
case 'M':
a = focus ?
- theme->btn_max->a_focused_unpressed :
- theme->btn_max->a_unfocused_unpressed;
+ theme->a_focused_unpressed_max :
+ theme->a_unfocused_unpressed_max;
break;
case 'C':
a = focus ?
- theme->btn_close->a_focused_unpressed :
- theme->btn_close->a_unfocused_unpressed;
+ theme->a_focused_unpressed_close :
+ theme->a_unfocused_unpressed_close;
break;
default:
continue;
_______________________________________________
SlackBuilds-users mailing list
[email protected]
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/