mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
* clutter/clutter-script.c: The example in the documentation
showed a color being specified as '0xff0000ff' but it should be '#ff0000ff'
This commit is contained in:
parent
931c9edde3
commit
7c8fdee369
@ -1,3 +1,9 @@
|
|||||||
|
2008-07-24 Neil Roberts <neil@o-hand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-script.c: The example in the documentation
|
||||||
|
showed a color being specified as '0xff0000ff' but it should be
|
||||||
|
'#ff0000ff'
|
||||||
|
|
||||||
2008-07-23 Emmanuele Bassi <ebassi@openedhand.com>
|
2008-07-23 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
Bug 1062 - clutter_actor_query_coords() replacement in 0.8
|
Bug 1062 - clutter_actor_query_coords() replacement in 0.8
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
* "type" : "ClutterRectangle",
|
* "type" : "ClutterRectangle",
|
||||||
* "width" : 100,
|
* "width" : 100,
|
||||||
* "height" : 100,
|
* "height" : 100,
|
||||||
* "color" : "0xff0000ff"
|
* "color" : "#ff0000ff"
|
||||||
* }
|
* }
|
||||||
* ]|
|
* ]|
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user