mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
fix warning due implicit declaration of function
error: implicit declaration of function .x = (int)roundf (priv->current_x - (hot_x * texture_scale)), ^ https://bugzilla.gnome.org/show_bug.cgi?id=765252
This commit is contained in:
parent
e284370013
commit
ff312b6958
@ -28,6 +28,7 @@
|
||||
|
||||
#include <meta/meta-backend.h>
|
||||
#include <meta/util.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <cogl/cogl.h>
|
||||
#include <clutter/clutter.h>
|
||||
|
Loading…
Reference in New Issue
Block a user