Newsgroups: comp.sys.sgi Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!menudo.uh.edu!svec5 From: svec5@menudo.uh.edu (T.C. Zhao) Subject: move images Message-ID: <1991Apr29.182014.5178@menudo.uh.edu> Sender: svec5@menudo.uh.edu (T.C. Zhao) Organization: University of Houston Date: Mon, 29 Apr 1991 18:20:14 GMT Sorry for asking maybe a novice question: I now have a need to move a rectangular frame around the screen. I know of XOR but I also know it is not very portable. The way I am now doing it is to save whatever underneath the frame before putting the rectangular frame and restore it when the frame is moved. It works nicely except it is slow(rectread and rectwrite.) I noticed that when open a new window, moving the frame around is quite fast, how is that done ? Any help would be appreciated. Thanks in advance.