mirror of
https://github.com/brl/mutter.git
synced 2025-08-03 23:24:40 +00:00
2007-11-26 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/x11/clutter-stage-x11.c: (clutter_stage_x11_set_cursor_visible): Restore the XFixes usage, as it now seems to be have been fixed.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2007-11-26 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/x11/clutter-stage-x11.c:
|
||||||
|
(clutter_stage_x11_set_cursor_visible): Restore the XFixes usage,
|
||||||
|
as it now seems to be have been fixed.
|
||||||
|
|
||||||
2007-11-26 Emmanuele Bassi <ebassi@openedhand.com>
|
2007-11-26 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-actor.c:
|
* clutter/clutter-actor.c:
|
||||||
|
@@ -308,7 +308,7 @@ clutter_stage_x11_set_cursor_visible (ClutterStage *stage,
|
|||||||
|
|
||||||
if (show_cursor)
|
if (show_cursor)
|
||||||
{
|
{
|
||||||
#if 0 /* HAVE_XFIXES */
|
#if HAVE_XFIXES
|
||||||
XFixesShowCursor (stage_x11->xdpy, stage_x11->xwin);
|
XFixesShowCursor (stage_x11->xdpy, stage_x11->xwin);
|
||||||
#else
|
#else
|
||||||
XUndefineCursor (stage_x11->xdpy, stage_x11->xwin);
|
XUndefineCursor (stage_x11->xdpy, stage_x11->xwin);
|
||||||
@@ -316,7 +316,7 @@ clutter_stage_x11_set_cursor_visible (ClutterStage *stage,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
#if 0 /* HAVE_XFIXES */
|
#if HAVE_XFIXES
|
||||||
XFixesHideCursor (stage_x11->xdpy, stage_x11->xwin);
|
XFixesHideCursor (stage_x11->xdpy, stage_x11->xwin);
|
||||||
#else
|
#else
|
||||||
XColor col;
|
XColor col;
|
||||||
|
Reference in New Issue
Block a user