rws@EXPO.LCS.MIT.EDU (Bob Scheifler) (11/02/88)
The ResizeRequest code in the server looks correct to me. Probably what you are forgetting is that you need to enable override-redirect when you finally get around to resizing your window, otherwise your resize request will just get sent back to the window manager, which will dutifully try to execute it, and the server will again forward it to you as a ResizeRequest.