2008-06-26 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/osx/clutter-backend-osx.c: (clutter_backend_osx_get_display_size): Fix the allocation pool macro name.
This commit is contained in:
parent
244995a834
commit
561e95eedf
@ -1,3 +1,9 @@
|
||||
2008-06-26 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/osx/clutter-backend-osx.c:
|
||||
(clutter_backend_osx_get_display_size): Fix the allocation pool
|
||||
macro name.
|
||||
|
||||
2008-06-26 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* clutter/glx/clutter-glx-texture-pixmap.c:
|
||||
|
@ -176,7 +176,7 @@ clutter_backend_osx_get_display_size (ClutterBackend *backend,
|
||||
int display_width, display_height;
|
||||
NSArray *array;
|
||||
|
||||
CLUTTER_OSX_ALLOC_POOL;
|
||||
CLUTTER_OSX_POOL_ALLOC();
|
||||
|
||||
array = [NSScreen screens];
|
||||
|
||||
@ -190,7 +190,7 @@ clutter_backend_osx_get_display_size (ClutterBackend *backend,
|
||||
display_height += rect.size.height;
|
||||
}
|
||||
|
||||
CLUTTER_OSX_RELEASE_POOL;
|
||||
CLUTTER_OSX_POOL_RELEASE();
|
||||
|
||||
if (width)
|
||||
*width = display_width;
|
||||
|
Loading…
Reference in New Issue
Block a user