style="font-size: 8pt;">Illume2 is a module for Enlightenment
style="font-size: 8pt;">Illume2 is a module for Enlightenment
(<ahref="http://www.enlightenment.org">www.enlightenment.org</a>) that
modifies the user interface of enlightenment to work cleanly and nicely on a
mobile device - such as an <ahref="http://www.openmoko.com">OpenMoko</a>
@ -192,7 +192,7 @@ This is a mode of X11 display where you can have 2 root windows on 2 screens. Th
<li><b>border_activate</b> - This function gets called by illume2 when a border is activated (usually from a NETWM ACTIVATE request).</li>
<li><b>border_property_change</b> - This function gets called by illume2 when a property on any given border changes. This is ideal for handling events like a border changing between fullscreen and non-fullscreen.</li>
<li><b>zone_layout</b> - This function gets called by illume2 when the actual screen layout needs updating. Typically used to position windows.</li>
<li><b>zone_move_resize</b> - This function gets called by illume2 when a zone gets moved or resized. Typically called when the screen resolution changes.</li>
<li><b>zone_move_resize</b> - This function gets called by illume2 when a zone gets moved or resized. Typically called when the screen resolution changes.</li>
<li><b>drag_start</b> - This function gets called by illume2 when the indicator window gets moved by the user.</li>
<li><b>drag_end</b> - This function gets called by illume2 when the indicator window is finished moving (in response to the user moving it).</li>