diff options
author | jstebbins <[email protected]> | 2009-04-08 17:26:10 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-04-08 17:26:10 +0000 |
commit | 16159cf96511adeda529ecc555d482454371eba5 (patch) | |
tree | 13aa74719cf6f7d1ad0753e1e931147ae73726a0 /gtk/src/Makefile.am | |
parent | 637b5bf7561e4256015c5371e26f3488797766ad (diff) |
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://svn.handbrake.fr/HandBrake/trunk@2312 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/Makefile.am')
-rw-r--r-- | gtk/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am index 04cebe2a6..8abcc6f97 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -110,6 +110,8 @@ ghb_SOURCES = \ renderer_button.c \ ghbcellrenderertext.c \ ghbcellrenderertext.h \ + ghbcompositor.c \ + ghbcompositor.h \ ghb-dvd.c \ ghb-dvd.h \ marshalers.c \ |