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:
parent
eacfb00050
commit
5b0dcfc8fe
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user