update window

2003-07-02 Thread Daniel Godas Lopez
i have changed the background picture of the desktop window, but i dont know how
to tell it to update, after changing it if i move a window on top of the
desktop, as i move it behind the window appears the right background
(cause moving the window i force that zone to repaint), how can i tell
the whole window to repaint itself so the new wallpaper shows up?
-- 

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


error while closing connection

2003-06-30 Thread Daniel Godas Lopez
i get the following error when i call XCloseDisplay(dpy) at the end of a 
program (dpy is a valid display)

received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
 (Details: serial 85 error_code 2 request_code 18 minor_code 0)
 (Note to programmers: normally, X errors are reported asynchronously;
  that is, you will receive the error a while after causing it.
  To debug your program, run it with the --sync command line
  option to change this behavior. You can then get a meaningful
  backtrace from your debugger if you break on the gdk_x_error() function.)
does anybody know what it can be due to?

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: error while closing connection - forget it its fixed (thx anyway)

2003-06-30 Thread Daniel Godas Lopez
-- 

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


nautilus root window

2003-06-30 Thread Daniel Godas Lopez
i have been trying to paint on the root window, i am using an include
file (vroot.h) that defines a function to get the virtual root window
the window manager sets but i guess nautilus puts another window on top
of that one because i can only see the canges when i stop nautilus, doe
sanybody know how to get nautilus' root window?

thx
-- 

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


nautilus window

2003-06-30 Thread Daniel Godas Lopez
to get the nautilus root window i tried to use the
NAUTILUS_DESKTOP_WINDOW_ID property, y get a pointer to the root of the
data but then i dont know what to do with that, i tired 

mywindow = *((Window*)data_root);

but it doesnt wqork, could anybody give me a hand on this
-- 

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel