Changes between Version 18 and Version 19 of pyclutter_notes
- Timestamp:
- Mar 27, 2011, 7:19:51 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyclutter_notes
v18 v19 34 34 === actors not getting motion notify events === 35 35 Call 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 == 39 Raw notes 40 41 {{{ 42 43 PKG_CONFIG_PATH=/opt/lib/pkgconfig/ 44 45 ./configure --enable-gtk-doc --enable-docs=yes --enable-introspection=yes 46 47 checking for XEXT extension... configure: error: Not found ???? 48 }}} 36 49 37 50