Matthew Allum 7806e409fb 2006-06-05 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-event.h:
        Remove send_event field. Clutter shouldn't need it.

        * clutter/clutter-main.c: (clutter_dispatch_x_event):
        Dont malloc a new clutter event for each xevent.

        * clutter/clutter-stage.h:
        * clutter/clutter-stage.c: (clutter_stage_class_init),
        (clutter_stage_get_default):
        Dont ref stage from clutter_stage_get_default.

        * examples/super-oh.c: (main):
        Remove some now uneeded debug g_prints
2006-06-05 21:44:13 +00:00
2006-05-29 08:59:36 +00:00
2005-04-13 19:49:56 +00:00
2006-05-29 08:59:36 +00:00
2006-05-29 08:59:36 +00:00
2006-05-29 08:59:36 +00:00
2006-05-29 08:59:36 +00:00
2006-05-29 08:59:36 +00:00
2005-04-13 19:49:56 +00:00
2006-05-29 08:59:36 +00:00
2006-05-29 08:59:36 +00:00


What it will do:
 
 - Give a nice easy GObject based API for creating fast, mainly 2D
   single window stylalised applications such as media box UI's, 
   presentaions, kiosk style apps etc.
   
 - If you've ever used Director, thats the kind of functionality, 
   clutter aims for. 

What it wont do:

 - Provide a general interface to all openGL functionality
Description
Languages
C 98.9%
Meson 0.7%
Python 0.3%