Re: window decoration problem with sawfish and GNOME 2
- From: David Mosberger <davidm napali hpl hp com>
- To: John Harper <jsh unfactored org>
- Cc: davidm hpl hp com, sawfish-list <sawfish-list gnome org>
- Subject: Re: window decoration problem with sawfish and GNOME 2
- Date: Wed, 29 Oct 2003 23:34:37 -0800
>>>>> On Wed, 29 Oct 2003 21:31:26 -0800, John Harper <jsh unfactored org> said:
John> I think I would add an extra case for XA_INTEGER:
John> @@ -704,8 +704,10 @@ symbols, representing the atoms read.
John> repv name;
John> if (type == XA_ATOM && (name = x_atom_symbol (l_data[i])) != Qnil)
John> rep_VECTI(ret_data, i) = name;
John> + else if (type == XA_INTEGER)
John> + rep_VECTI(ret_data, i) = rep_make_long_int(l_data[i]);
John> else
John> - rep_VECTI(ret_data, i) = rep_make_long_uint(l_data[i]);
John> + rep_VECTI(ret_data, i) = rep_make_long_uint(l_data[i] &
John> 0xffffffffUL);
John> }
John> break;
John> }
Yes, that looks better!
Thanks,
--david
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]