diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-01-06 10:30:15 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-01-06 10:32:19 -0500 |
commit | d28ca4cdce0dd6f103af4e6227af985558c32e56 (patch) | |
tree | 9da9b878926e245592b170179ce84e612817fad2 /tests/Makefile.am | |
parent | f723113127ae5d61cbd53dae4404f4f7a4f9c05c (diff) | |
download | gtk+-d28ca4cdce0dd6f103af4e6227af985558c32e56.tar.gz |
Add an example for split headers
This shows how to deal with variability in window decorations
with split header bars.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 158749bb13..54633e32ee 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -140,6 +140,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \ teststack \ testrevealer \ testtitlebar \ + testsplitheaders \ testwindowsize if USE_X11 @@ -515,6 +516,7 @@ EXTRA_DIST += \ merge-2.ui \ merge-3.ui \ gnome-textfile.png \ + testsplitheaders.ui \ makefile.msc |