1
0
Fork 0

2007-07-24 Matthew Allum <mallum@openedhand.com>

* clutter/clutter-backend.c:
        Minor build fixes (#413)
This commit is contained in:
Matthew Allum 2007-07-24 16:22:29 +00:00
parent 8725ad7e60
commit 7ae707faf5
2 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2007-07-24 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-backend.c:
Minor build fixes (#413)
2007-07-24 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-effect.h:

View file

@ -44,9 +44,7 @@
#include "clutter-backend.h"
#include "clutter-private.h"
G_DEFINE_ABSTRACT_TYPE (ClutterBackend,
clutter_backend,
G_TYPE_OBJECT);
G_DEFINE_ABSTRACT_TYPE (ClutterBackend, clutter_backend, G_TYPE_OBJECT);
#define CLUTTER_BACKEND_GET_PRIVATE(obj) \
(G_TYPE_INSTANCE_GET_PRIVATE ((obj), CLUTTER_TYPE_BACKEND, ClutterBackendPrivate))
@ -113,7 +111,7 @@ _clutter_backend_add_options (ClutterBackend *backend,
klass = CLUTTER_BACKEND_GET_CLASS (backend);
if (klass->add_options)
return klass->add_options (backend, group);
klass->add_options (backend, group);
}
gboolean