mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 19:40:43 -05:00
2008-07-14 Tomas Frydrych <tf@openedhand.com>
* clutter/clutter-stage.c: (clutter_stage_hide_cursor): Fixed C&P bug that made it impossible to show cursor once hidden. Stripped trailing whitespace.
This commit is contained in:
parent
d5369aa9bf
commit
7a33510e0c
@ -1,3 +1,11 @@
|
||||
2008-07-14 Tomas Frydrych <tf@openedhand.com>
|
||||
|
||||
* clutter/clutter-stage.c:
|
||||
(clutter_stage_hide_cursor):
|
||||
Fixed C&P bug that made it impossible to show cursor once hidden.
|
||||
|
||||
Stripped trailing whitespace.
|
||||
|
||||
2008-07-13 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* clutter/x11/clutter-x11-texture-pixmap.c:
|
||||
|
@ -1100,7 +1100,7 @@ clutter_stage_hide_cursor (ClutterStage *stage)
|
||||
iface = CLUTTER_STAGE_WINDOW_GET_IFACE (impl);
|
||||
if (iface->set_cursor_visible)
|
||||
{
|
||||
priv->is_cursor_visible = TRUE;
|
||||
priv->is_cursor_visible = FALSE;
|
||||
|
||||
iface->set_cursor_visible (impl, FALSE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user