diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-05-12 09:09:32 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-05-12 09:09:32 +0000 |
commit | 2d0e7ffd678b6ca77d24e45304a27bfc07eec7e8 (patch) | |
tree | 7b112b09f637be2e1da5fd4803690ee17f7089db /x11-themes/redhat-artwork/files | |
parent | marked 1.3.9.2 as stable for x86 (diff) | |
download | gentoo-2-2d0e7ffd678b6ca77d24e45304a27bfc07eec7e8.tar.gz gentoo-2-2d0e7ffd678b6ca77d24e45304a27bfc07eec7e8.tar.bz2 gentoo-2-2d0e7ffd678b6ca77d24e45304a27bfc07eec7e8.zip |
add gcc2 compat patch
Diffstat (limited to 'x11-themes/redhat-artwork/files')
-rw-r--r-- | x11-themes/redhat-artwork/files/redhat-artwork-0.63-gcc2.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/redhat-artwork/files/redhat-artwork-0.63-gcc2.patch b/x11-themes/redhat-artwork/files/redhat-artwork-0.63-gcc2.patch new file mode 100644 index 000000000000..153c8a86b4c0 --- /dev/null +++ b/x11-themes/redhat-artwork/files/redhat-artwork-0.63-gcc2.patch @@ -0,0 +1,19 @@ +*** art/kde/kwin/Bluecurve/redhatclient.cpp.org Fri Jan 17 15:37:18 2003 +--- art/kde/kwin/Bluecurve/redhatclient.cpp Mon May 12 01:35:13 2003 +*************** +*** 893,899 **** + } + + if (last_button) { +! if(not isLeft) + last_button->pos = ButtonRight; + else + last_button->pos = LeftButtonRight; +--- 893,899 ---- + } + + if (last_button) { +! if ( !isLeft) + last_button->pos = ButtonRight; + else + last_button->pos = LeftButtonRight; |