mirror of
https://github.com/brl/mutter.git
synced 2025-02-13 03:44:11 +00:00
device-manager/xi2: Silence a compiler warning
This commit is contained in:
parent
3c25fcfe49
commit
0d17b1463b
@ -81,7 +81,7 @@ translate_valuator_class (Display *xdisplay,
|
|||||||
XIValuatorClassInfo *class)
|
XIValuatorClassInfo *class)
|
||||||
{
|
{
|
||||||
static gboolean atoms_initialized = FALSE;
|
static gboolean atoms_initialized = FALSE;
|
||||||
ClutterInputAxis axis, i;
|
ClutterInputAxis i, axis = CLUTTER_INPUT_AXIS_IGNORE;
|
||||||
|
|
||||||
if (G_UNLIKELY (!atoms_initialized))
|
if (G_UNLIKELY (!atoms_initialized))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user