/[gzz]/gzz/gfx/libos/Os-GLX.cxx
ViewVC logotype

Diff of /gzz/gfx/libos/Os-GLX.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by tjl, Tue Sep 17 09:23:23 2002 UTC revision 1.11 by tjl, Sat Sep 21 07:35:17 2002 UTC
# Line 286  namespace Os { Line 286  namespace Os {
286              return false;              return false;
287          }          }
288    
289            virtual void move(int x, int y) {
290                XMoveWindow(ws->dpy, xw, x, y);
291            }
292            virtual void resize(int w, int h) {
293                XResizeWindow(ws->dpy, xw, w, h);
294            }
295          void getSize(int *xywh) {          void getSize(int *xywh) {
296              // cout << "GetGeometry "<<int(ws)<<" "<<int(ws->dpy)<<" "<<int(xw)<<"\n";              // cout << "GetGeometry "<<int(ws)<<" "<<int(ws->dpy)<<" "<<int(xw)<<"\n";
297              XWindowAttributes attrs;              XWindowAttributes attrs;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26