[mythtv-commits] mythtv branch master updated by jstichnoth. v0.28-pre-3343-g804ca32

Git Repo Owner noreply at mythtv.org
Thu Jan 7 14:43:29 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  804ca321b0054cff6757b8489b52ca009928dd59 (commit)
      from  01cadae3a9f0435ae71956a3a82b7898b1a06f2e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 804ca321b0054cff6757b8489b52ca009928dd59
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Thu, 7 Jan 2016 06:37:59 -0800
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Thu, 7 Jan 2016 06:37:59 -0800
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=804ca321b0054cff6757b8489b52ca009928dd59

Force OpenGL1 line width to be at least 1.
The glLineWidth() call requires its argument to be at least 1.  If we
pass 0, OpenGL sets an error code that may be detected later via
glGetError(), and misattributed to some other situation.

This was causing the first chunk of caption text to be blank because
the black background rectangles were being drawn with line width 0.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythui/mythrender_opengl1.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list