Update of /cvsroot/freevo/freevo/lib/pyimlib2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv716/lib/pyimlib2

Modified Files:
        display.c imlib2.c 
Log Message:
patch from crunchy: fix keyboard handling

Index: display.c
===================================================================
RCS file: /cvsroot/freevo/freevo/lib/pyimlib2/display.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** display.c   15 Oct 2004 09:18:32 -0000      1.4
--- display.c   7 Dec 2004 16:06:53 -0000       1.5
***************
*** 90,95 ****
    } while ( XPending( self->display ) );
    
!   Py_INCREF( Py_None );
!   return Py_None;
  }     
  
--- 90,96 ----
    } while ( XPending( self->display ) );
    
!   /* always return true as this function is used as a callback for pyNotifier 
*/
!   Py_INCREF( Py_True );
!   return Py_True;
  }     
  

Index: imlib2.c
===================================================================
RCS file: /cvsroot/freevo/freevo/lib/pyimlib2/imlib2.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** imlib2.c    17 Nov 2004 18:20:19 -0000      1.8
--- imlib2.c    7 Dec 2004 16:06:53 -0000       1.9
***************
*** 13,16 ****
--- 13,18 ----
  #include "rawformats.h"
  #include "font.h"
+ #include "config.h"
+ 
  #ifdef USE_IMLIB2_DISPLAY
  #include "display.h"



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to