mirror of
https://github.com/brl/mutter.git
synced 2025-08-02 22:54:44 +00:00
analysis: Use static functions when possible
It's best to ensure the functions only used in one compilation unit are marked as static so GCC can inline them if it feels like it.
This commit is contained in:
@@ -118,7 +118,7 @@ transform_point (CoglMatrix *matrix_mv,
|
||||
|
||||
/* Try to push a rectangle given in object coordinates as a rectangle in window
|
||||
* coordinates instead of object coordinates */
|
||||
gboolean
|
||||
static gboolean
|
||||
try_pushing_rect_as_window_rect (float x_1,
|
||||
float y_1,
|
||||
float x_2,
|
||||
|
Reference in New Issue
Block a user