2007-07-31 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/sdl/clutter-backend-sdl.c: Fix a typo in clutter_backend_sdl_get_features() (#426, Pan Bohui)
This commit is contained in:
parent
e7c2b250b1
commit
4c5e32ad05
@ -1,3 +1,8 @@
|
||||
2007-07-31 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/sdl/clutter-backend-sdl.c: Fix a typo in
|
||||
clutter_backend_sdl_get_features() (#426, Pan Bohui)
|
||||
|
||||
2007-07-30 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* AUTHORS:
|
||||
|
@ -178,7 +178,7 @@ clutter_backend_sdl_constructor (GType gtype,
|
||||
}
|
||||
|
||||
static ClutterFeatureFlags
|
||||
clutter_backend_egl_get_features (ClutterBackend *backend)
|
||||
clutter_backend_sdl_get_features (ClutterBackend *backend)
|
||||
{
|
||||
return CLUTTER_FEATURE_STAGE_CURSOR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user