Changes between Version 18 and Version 19 of pyclutter_notes


Ignore:
Timestamp:
Mar 27, 2011, 7:19:51 PM (13 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyclutter_notes

    v18 v19  
    3434=== actors not getting motion notify events ===
    3535Call set_reactive(True) on the actor and it will start receiving motion notify events. Clutter does this probably as an optimization, eq. it has to handle the motion notify event only for actors that request it.
     36
     37
     38== compiling more recent clutter version ==
     39Raw notes
     40
     41{{{
     42
     43PKG_CONFIG_PATH=/opt/lib/pkgconfig/
     44
     45./configure --enable-gtk-doc --enable-docs=yes --enable-introspection=yes
     46
     47checking for XEXT extension... configure: error: Not found ????
     48}}}
    3649
    3750