[PATCH] Re: [mythtv] [BUG + FIX] Compiling against QT Embedded 3.1.2

Wayne Hogue mythtv at chiphead.net
Tue Jan 20 10:59:27 EST 2004


Been off line.  Dont know if you caught this one.

>Index: mythdialogs.cpp
>===================================================================
>RCS file: /var/lib/mythcvs/mythtv/libs/libmyth/mythdialogs.cpp,v
>retrieving revision 1.49
>diff -b -B -d -u -w -r1.49 mythdialogs.cpp
>--- mythdialogs.cpp	14 Jan 2004 05:03:58 -0000	1.49
>+++ mythdialogs.cpp	15 Jan 2004 15:49:49 -0000
>@@ -669,10 +669,9 @@
> void MythDialog::setNoErase(void)
> {
>     WFlags flags = getWFlags();
>-#ifdef QWS
>-    flags |= WNoAutoErase;
>-#else
>     flags |= WRepaintNoErase;
>+#ifdef QWS
>+    flags |= WResizeNoErase;
> #endif
>     setWFlags(flags);
> }
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>mythtv-dev mailing list
>mythtv-dev at mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>  
>




More information about the mythtv-dev mailing list