mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 08:49:30 +00:00
clutter: Fix typo in assert
This commit is contained in:
@ -401,7 +401,7 @@ clutter_canvas_emit_draw (ClutterCanvas *self)
|
|||||||
gboolean res;
|
gboolean res;
|
||||||
cairo_t *cr;
|
cairo_t *cr;
|
||||||
|
|
||||||
g_assert (priv->width > 0 && priv->width > 0);
|
g_assert (priv->height > 0 && priv->width > 0);
|
||||||
|
|
||||||
priv->dirty = TRUE;
|
priv->dirty = TRUE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user