2008-07-30 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-fixed.h: * clutter/clutter-units.h: Fix the upper and lower boundaries of ClutterFixed and ClutterUnit types; G_MAXINT16 and G_MININT16 were not enough to describe those values.
This commit is contained in:
@ -435,7 +435,7 @@ typedef struct _ClutterParamSpecFixed ClutterParamSpecFixed;
|
||||
*
|
||||
* Since: 0.8
|
||||
*/
|
||||
#define CLUTTER_MAXFIXED G_MAXINT16
|
||||
#define CLUTTER_MAXFIXED CFX_MAX
|
||||
|
||||
/**
|
||||
* CLUTTER_MINFIXED:
|
||||
@ -444,7 +444,7 @@ typedef struct _ClutterParamSpecFixed ClutterParamSpecFixed;
|
||||
*
|
||||
* Since: 0.8
|
||||
*/
|
||||
#define CLUTTER_MINFIXED G_MININT16
|
||||
#define CLUTTER_MINFIXED CFX_MIN
|
||||
|
||||
/**
|
||||
* ClutterParamSpecFixed
|
||||
|
Reference in New Issue
Block a user