Re: window decoration problem with sawfish and GNOME 2
- From: <geoff cs hmc edu>
- To: jsh unfactored org
- Cc: davidm hpl hp com, sawfish-list gnome org
- Subject: Re: window decoration problem with sawfish and GNOME 2
- Date: Wed, 29 Oct 2003 22:25:55 -0800 (PST)
> ugh.. (I always disliked that 0xfffffffff magic number..)
...
> > - rep_VECTI(ret_data, i) = rep_make_long_uint(l_data[i]);
> > + rep_VECTI(ret_data, i) = rep_make_long_uint(l_data[i] & 0xffffffff);
Maybe I'm missing something, but why not use ~0 instead? Then you're
length-independent but don't have to mask.
--
Geoff Kuenning geoff cs hmc edu http://www.cs.hmc.edu/~geoff/
Windows XP is the "most reliable Windows ever," which is like saying
that asparagus is "the most articulate vegetable ever."
-- Dave Barry
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]