rail: fix declaration of rail_desktop_resize()

Arguments without a type default to int. The caller passes a pointer to
XEvent, so use that type.
This commit is contained in:
Pavel Roskin 2016-01-30 20:24:17 -08:00
parent eacfb00050
commit 5b0dcfc8fe

View File

@ -1775,7 +1775,7 @@ rail_configure_window(XConfigureEvent *config)
/*****************************************************************************/ /*****************************************************************************/
static int static int
rail_desktop_resize(lxevent) rail_desktop_resize(XEvent *lxevent)
{ {
LOG(0, ("rail_desktop_resize:")); LOG(0, ("rail_desktop_resize:"));
return 0; return 0;