Closed
Bug 122429
Opened 23 years ago
Closed 23 years ago
use packed bitfields in nsWindow thing in gtk2
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: blizzard, Assigned: blizzard)
References
Details
Attachments
(1 file)
978 bytes,
patch
|
Details | Diff | Splinter Review |
Use method recommended by shaver:
<shaver> PRUint8 mContainerGotFocus : 1, mContainerLostFocus : 1, etc.
Should equal some space savings.
Assignee | ||
Comment 1•23 years ago
|
||
use a PRUint32, space should be about the same with faster accesses.
Comment 2•23 years ago
|
||
assuming that this is what you meant, quick patch - compiles without error (3
warnings unrelated to this patch). if this had nothing to do with what you
wanted, feel free to beat me up ^_~
Assignee | ||
Comment 3•23 years ago
|
||
Checked in. Thanks!
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•