Closed
Bug 112516
Opened 24 years ago
Closed 3 years ago
Move some files to gfx/src/x11shared/
Categories
(Core :: XUL, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: roland.mainz, Unassigned)
Details
Attachments
(1 file)
|
228.00 KB,
patch
|
netscape
:
review+
|
Details | Diff | Splinter Review |
I'd like to move some files in from gfx/src/gtk/ to gfx/src/x11shared/
nsX11AlphaBlend.cpp
nsX11AlphaBlend.h
nsXFont.h
nsXFontAAScaledBitmap.cpp
nsXFontAAScaledBitmap.h
nsXFontNormal.cpp
nsXFontNormal.h
should be in gfx/src/x11shared/ that I can share the code in Xlib gfx code ...
Comment 1•24 years ago
|
||
It would be good to move these files so they can be shared.
They still have a bit of a dependency on GTK.
| Reporter | ||
Comment 2•24 years ago
|
||
I'll try to remove the dependicy to GDK/GTK+ code and move these parts into
gfx/src/gtk/ sources ...
| Reporter | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.8
| Reporter | ||
Comment 3•23 years ago
|
||
Note that only the gfx/src/*/Makefile.in files have been modified - all other
files have only been MOVED!!
List of files being moved to mozilla/gfx/src/x11shared/
-- snip --
mozilla/gfx/src/gtk/nsAntiAliasedGlyph.cpp
mozilla/gfx/src/gtk/nsAntiAliasedGlyph.h
mozilla/gfx/src/gtk/nsX11AlphaBlend.cpp
mozilla/gfx/src/gtk/nsX11AlphaBlend.h
mozilla/gfx/src/gtk/nsXFont.h
mozilla/gfx/src/gtk/nsXFontAAScaledBitmap.cpp
mozilla/gfx/src/gtk/nsXFontAAScaledBitmap.h
mozilla/gfx/src/gtk/nsXFontNormal.cpp
mozilla/gfx/src/gtk/nsXFontNormal.h
-- snip --
Maybe it's better to get a CVS admin move the sources on the CVS server instead
of using this diff ...
Comment 4•23 years ago
|
||
Comment on attachment 63606 [details] [diff] [review]
Patch for 2002-01-01-08-trunk
r=cls on the Makefile.in changes
Attachment #63606 -
Flags: review+
Comment 5•23 years ago
|
||
These files do not have much cvs history so it would be okay with me to
either move them or just use the diff.
mozilla/gfx/src/gtk/nsAntiAliasedGlyph.cpp
mozilla/gfx/src/gtk/nsAntiAliasedGlyph.h
mozilla/gfx/src/gtk/nsX11AlphaBlend.cpp
mozilla/gfx/src/gtk/nsX11AlphaBlend.h
mozilla/gfx/src/gtk/nsXFont.h
mozilla/gfx/src/gtk/nsXFontAAScaledBitmap.cpp
mozilla/gfx/src/gtk/nsXFontAAScaledBitmap.h
mozilla/gfx/src/gtk/nsXFontNormal.cpp
mozilla/gfx/src/gtk/nsXFontNormal.h
Comment 6•23 years ago
|
||
per email from Brendan, cls's r= is all that is needed for the Makefile.in
changes.
----------
checked in
Comment 7•23 years ago
|
||
cvs removed the *.h files
Updated•22 years ago
|
Target Milestone: mozilla0.9.8 → ---
Updated•14 years ago
|
QA Contact: jrgmorrison → xptoolkit.widgets
Comment 8•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:enndeakin, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: roland.mainz → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(enndeakin)
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(enndeakin)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•