OSDN Git Service

LinGui: create custom widget that manages multiple overlay layers
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 8 Apr 2009 17:26:10 +0000 (17:26 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 8 Apr 2009 17:26:10 +0000 (17:26 +0000)
commit30d76453a9337737d2d88360dc30103c167adb77
tree13aa74719cf6f7d1ad0753e1e931147ae73726a0
parent2c0dad98849b21b7f69b024c729f5e5c3d82fc74
LinGui: create custom widget that manages multiple overlay layers
composites the layers using per-pixel and global alpha values
the preview hud now uses this.

git-svn-id: svn://localhost/HandBrake/trunk@2312 b64f7644-9d1e-0410-96f1-a4d463321fa5
gtk/src/Makefile.am
gtk/src/composite_example.c [new file with mode: 0644]
gtk/src/ghb.ui
gtk/src/ghbcompositor.c [new file with mode: 0644]
gtk/src/ghbcompositor.h [new file with mode: 0644]
gtk/src/main.c
gtk/src/preview.c