Arguments to resize callback
The arguments to the resize callback of an output pane (apart from the pane itself) are X, Y, WIDTH, and HEIGHT, describing the new geometry of the pane. However, I'm wondering what the X and Y are for actually. In the cases where I used a resize callback, X and Y have always been 0. Are there situations where these values could be different from zero?