Closed
Bug 738137
Opened 13 years ago
Closed 13 years ago
Try to create PBuffer offscreen context on NON-X11 builds always
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: romaxa, Assigned: romaxa)
Details
Attachments
(1 file)
|
1.11 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
Right now we have this gate:
#if defined(ANDROID) || defined(XP_WIN)
which prevent us to create PBuffer on NON-X11 Linux platforms...
Would it make sense to do that always when X11 not defined?
| Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment on attachment 608214 [details] [diff] [review]
Build PBuffer offscreen context if !MOZ_X11
Review of attachment 608214 [details] [diff] [review]:
-----------------------------------------------------------------
Sounds reasonable. Push it by try.
Attachment #608214 -
Flags: review?(jgilbert) → review+
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla14
You need to log in
before you can comment on or make changes to this bug.
Description
•