aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libqpe/libqpe-opie/fix-nomax.patch
blob: a31369fcb66ad570a8fd4694a9674a66dcb68b07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

--- library/widget_showing.cpp~fix-nomax
+++ library/widget_showing.cpp
@@ -52,7 +52,7 @@
         return;
     }
 
-#ifndef OPIE_NO_WINDOWED
+#ifdef OPIE_NO_WINDOWED
     Q_UNUSED( nomax )
     if ( TRUE ) {
 #else