Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] kvdr on KDE3:patch



Here is a little patch to make it compile and work on KDE3; I notice a
problem in key sequences, in particular for switching to a channel
number with 3 digits. I have no idea why.


diff -Nru kvdr/kvdr/kvdr.h kvdr_mod/kvdr/kvdr.h
--- kvdr/kvdr/kvdr.h    Sat Apr 13 13:22:54 2002
+++ kvdr_mod/kvdr/kvdr.h        Mon Aug  5 16:48:40 2002
@@ -25,6 +25,7 @@
 #include <qstring.h>
 #include <qtimer.h>
 #include <qfile.h>
+#include <qcursor.h>

 #include <kapp.h>
 #include <kaccel.h>
diff -Nru kvdr/kvdr/kvdr_xv.cpp kvdr_mod/kvdr/kvdr_xv.cpp
--- kvdr/kvdr/kvdr_xv.cpp       Sat Apr 13 18:23:09 2002
+++ kvdr_mod/kvdr/kvdr_xv.cpp   Mon Aug  5 16:49:00 2002
@@ -40,7 +40,7 @@
   this->window = q->handle();
   xvImage=NULL;
   shmInfo.shmaddr=NULL;
-  gc=qt_xget_temp_gc();
+  gc=qt_xget_temp_gc(0,0);

        if ( XvQueryAdaptors(disp, window, &count, &adaptorInfo) == 
Success )
        {


-- 
                                    Antonino Sergi


-------------------------------------------------------------
La strenua predilezione umana per l'irrilevante e' il peggior 
      nemico della nostra specie!

The tireless human fondness for unremarkable things is the
      worst enemy of our species! 

                                    Antonino Sergi
-------------------------------------------------------------





Home | Main Index | Thread Index