[packages/ilixi] - more c++98

baggins baggins at pld-linux.org
Sun Oct 12 13:20:38 CEST 2014


commit 61713c9cdc0d3d4ef48bd04638ef1e37d0f3846a
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Oct 12 13:20:30 2014 +0200

    - more c++98

 c++98.patch | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
diff --git a/c++98.patch b/c++98.patch
index b2858d0..87906bd 100644
--- a/c++98.patch
+++ b/c++98.patch
@@ -120,3 +120,18 @@ index 9127690..90b8d46 100644
              if (surface()->flags() & Surface::SharedSurface)
              {
                  rect.x += absX();
+--- ilixi-1.0.0/ilixi/compositor/Compositor.cpp~	2013-08-29 14:45:55.000000000 +0200
++++ ilixi-1.0.0/ilixi/compositor/Compositor.cpp	2014-10-12 13:20:09.899977707 +0200
+@@ -709,7 +709,11 @@
+             {
+                 if (1 || !_osk)
+                 {
+-                    DFBRectangle rect = { 0, 0, 800, 30 };
++                    DFBRectangle rect;
++                    rect.x = 0;
++                    rect.y = 0;
++                    rect.w = 800;
++                    rect.h = 30;
+                     showOSK(rect, _currentApp->pid());
+                 } else
+                     toggleOSK(true); // show osk
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ilixi.git/commitdiff/61713c9cdc0d3d4ef48bd04638ef1e37d0f3846a



More information about the pld-cvs-commit mailing list