Comment 1 for bug 28052

Revision history for this message
Sebastien Bacher (seb128) wrote : Re: Can't adjust mouse sensitivity

Thanks for your bug. The GNOME capplet just does

"set_motion_threshold (gint motion_threshold)
{
  XChangePointerControl (GDK_DISPLAY (), False, True,
                         0, 0, motion_threshold);
}
"

and the motion_threshold gconf key is updated correctly from the capplet

Reassigning to xorg