Closed
Bug 703516
Opened 14 years ago
Closed 14 years ago
Move GLContext* code out of thebes
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: mattwoodrow, Assigned: mattwoodrow)
Details
Attachments
(2 files)
8.19 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
974 bytes,
patch
|
Details | Diff | Splinter Review |
It has no business there.
Attached patch moves our GL code into a separate folder.
Attachment #575405 -
Flags: review?(jmuizelaar)
Updated•14 years ago
|
Attachment #575405 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → matt.woodrow
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
Comment 4•14 years ago
|
||
Comment on attachment 575405 [details] [diff] [review]
Move GL code into a separate folder
>--- /dev/null
>+++ b/gfx/gl/Makefile.in
>@@ -0,0 +1,96 @@
>+
>+DEPTH = ../..
>+topsrcdir = @top_srcdir@
>+srcdir = @srcdir@
>+VPATH = @srcdir@
License headers are not optional. Fix that.
Updated•14 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•14 years ago
|
||
I've filed bug 704210 on that.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Stefan, I will fix those in bug 706610.
Comment 7•14 years ago
|
||
gfx/gl/Makefile.in was created in the tree by this bug, but was not listed in toolkit/toolkit-makefiles.sh, so I've included it here:
https://hg.mozilla.org/integration/mozilla-inbound/rev/17e8e969fa09
You need to log in
before you can comment on or make changes to this bug.
Description
•