Fix CursorMove command to correctly honour EdgeScroll settings.
[fvwm.git] / modules / FvwmScript / libyywrap.c
blob22ddc6afdde3fdd0bd4f90620fb1bdcbb69f4cf0
1 /* libyywrap - flex run-time support library "yywrap" function */
3 int yywrap(void)
5 return 1;