| Summary: | twin/compton-tde does not compile without OpenGL support | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Martin Gebert <Murphy.Gebert> |
| Component: | tdebase | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugwatch, kb9vqf, slavek.banko |
| Priority: | P5 | ||
| Version: | R14.0.0 [Trinity] | ||
| Hardware: | i386 | ||
| OS: | Other | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2246 | ||
| Attachments: | Shorten disabled code when OpenGL is not available | ||
|
Description
Martin Gebert
2015-01-05 16:22:23 CST
Created attachment 2413 [details]
Shorten disabled code when OpenGL is not available
This patch shortens the code disabled by an undefined CONFIG_VSYNC_OPENGL to the minimum, leaving the necessary macros and structs enabled. Now twin builds, but I haven't tested if it works yet.
Interesting. I did a comparison the code with upstream GIT and appears to be almost the same == with the same strangeness. See https://github.com/chjj/compton/blob/master/src/common.h It seems that the problem was fixed in Compton upstream in commit 03ebae4c - see commit https://github.com/chjj/compton/commit/03ebae4c Tim, please, can you update the Compton-TDE by upstream? Sure, I'll see what I can do. (In reply to Timothy Pearson from comment #4) > Sure, I'll see what I can do. Updated in GIT hash da5cf5e (tdebase). Let me know if this resolves the issue... Because the patch from Compton upstream is essentially identical to proposed patch, I think we can close this bug report as resolved - fixed. |