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.
ulab-next-nosound
Pavel Roskin 9 years ago
parent eacfb00050
commit 5b0dcfc8fe

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

Loading…
Cancel
Save