Path: utzoo!attcan!uunet!ncrlnk!ncr-sd!hp-sdd!hplabs!hplabsb!garfinke From: garfinke@hplabsb.UUCP (Dan Garfinkel) Newsgroups: comp.windows.x Subject: ResizeRequest bug? Message-ID: <70700009@hplabsb.UUCP> Date: 31 Oct 88 21:58:00 GMT Organization: Hewlett-Packard Laboratories - Palo Alto, CA Lines: 14 My application is trying to keep two windows the same size. To do this, I'm catching the ResizeRequest event and calling XResizeWindow on both of the windows. However, using the R2 server (and uwm) the size of the windows never change. I'm getting the ResizeRequest event but my XResizeWindow doesn't happen, it just generates another ResizeRequest. Is this a known bug in R2? And if so, is it fixed in R3. BTW, I crawled around in dix/window.c and it seems to be like it's not checking if the resize is being done by the clients which has the ResizeRequestMask set. It blindly goes and sends the ResizeRequest event no matter what. Dan (enquiring minds want to know) Garfinkel