Re: save-under inheritance
- From: mmc maruska dyndns org (Michal Maruška)
- To: sawfish-list gnome org
- Subject: Re: save-under inheritance
- Date: Thu, 17 Jul 2003 23:31:51 +0200
mmc maruska dyndns org (Michal Maruška) writes:
> list_frame_generator (Lisp_Window *w)
>
> ...
> if (w->frame == 0)
> {
> /* create the frame */
> wa.override_redirect = True;
> + wa.save_under = w->attr.save_under;
>
and i forgot another line (2 lines down the file):
wamask = CWOverrideRedirect | CWColormap | CWBorderPixel | CWSaveUnder;
which needs the CWSaveUnder ^^^^^^^^^^^
hopefully i'll provide a precise diff output next time.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]