Skip to content

Fix screen's size-changed event handler

Yuri D'Elia requested to merge size_changed_fix into master

Accept the correct number of arguments for the size-changed event.

This should fix #161 (closed)

Fix the configure-event and monitors-changed events to spell the argument names in full for the future instead of ignoring arguments (which was done on purpose, but no longer needed).

Merge request reports