Closed
Bug 118105
Opened 23 years ago
Closed 23 years ago
[Xlib] XPFE code does not treat Xlib toolkit like GTK+ toolkit
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.8
People
(Reporter: roland.mainz, Assigned: roland.mainz)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
The code in xpfe/ does not treat the Xlib toolkit like the GTK+ toolkit - it
excplicitly uses MOZ_WIDGET_GTK instead of MOZ_X11 (which is set for both Xlib
and GTK+ toolkit) ...
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.8
Assignee | ||
Comment 2•23 years ago
|
||
1. The other differences between GTK+ and Xlib are handled by bug 118081
("[Xlib] Port the GTK+ splash screen support to plain X11") - that will be a
larger patch...
2. I suggest to move all X11 options which start with "--" to the GTK+ section.
Xlib/Xt uses only "-" (since eternity), not "--" (that's crap from GTK+)
Assignee | ||
Comment 4•23 years ago
|
||
Attachment #63483 -
Attachment is obsolete: true
Comment 5•23 years ago
|
||
Comment on attachment 65193 [details] [diff] [review]
New patch for 2002-01-14-08-trunk per jag's comments
sr=jag
Attachment #65193 -
Flags: superreview+
fix checked in w/ my r=
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•23 years ago
|
||
Verifying myself using a 2002-01-19-08-trunk build... works.
Marking bug as VERIFIED.
Status: RESOLVED → VERIFIED
QA Contact: nobody → Roland.Mainz
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•