Remove non used function get_mouse_pos

This commit is contained in:
Philippe Pepiot
2010-12-03 12:36:51 +01:00
parent 77e458048d
commit d0058146dd
2 changed files with 0 additions and 15 deletions

View File

@@ -248,20 +248,6 @@ alias_to_str(char *conf_choice)
}
/* }}} */
/** Get the mouse pointer position.
*/
XRectangle
get_mouse_pos(void)
{
Window dum;
int d, u;
XRectangle ret;
XQueryPointer(dpy, ROOT, &dum, &dum, (int*)&ret.x, (int*)&ret.y, &d, &d, (uint *)&u);
return ret;
}
/** Execute a sh command
* \param cmd Command
* \return child pid