diff options
author | François Andriot <[email protected]> | 2018-11-29 21:40:43 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2018-11-29 21:43:17 +0100 |
commit | 2e2f0b3c24a075376437f40fdaa19dae9fee6c04 (patch) | |
tree | 24db48e251119cb1b32cb4688c62562336149c09 /redhat/dependencies/qt3/patches/3.5.13.2/qt-x11-free-3.3.4-fullscreen.patch | |
parent | 8d53102689c37ec7ba1528ed2098b1fcfafa2432 (diff) | |
download | tde-packaging-2e2f0b3c24a075376437f40fdaa19dae9fee6c04.tar.gz tde-packaging-2e2f0b3c24a075376437f40fdaa19dae9fee6c04.zip |
RPM: remove obsolete patches
Diffstat (limited to 'redhat/dependencies/qt3/patches/3.5.13.2/qt-x11-free-3.3.4-fullscreen.patch')
-rw-r--r-- | redhat/dependencies/qt3/patches/3.5.13.2/qt-x11-free-3.3.4-fullscreen.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/redhat/dependencies/qt3/patches/3.5.13.2/qt-x11-free-3.3.4-fullscreen.patch b/redhat/dependencies/qt3/patches/3.5.13.2/qt-x11-free-3.3.4-fullscreen.patch deleted file mode 100644 index 0d03f0809..000000000 --- a/redhat/dependencies/qt3/patches/3.5.13.2/qt-x11-free-3.3.4-fullscreen.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- qt-x11-free-3.3.3/src/kernel/qapplication_x11.cpp.orig 2004-11-09 18:57:15.012843629 +0100 -+++ qt-x11-free-3.3.3/src/kernel/qapplication_x11.cpp 2004-11-09 19:02:31.351637807 +0100 -@@ -1412,7 +1412,7 @@ - False, XA_ATOM, &type, &format, &nitems, &after, &data); - - if (type == XA_ATOM && format == 32) { -- ts.writeBlock((const char *) data, nitems * 4); -+ ts.writeBlock((const char *) data, nitems * sizeof(long)); - offset += nitems; - } else - after = 0; |