diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-04 08:51:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-04 08:51:47 +0000 |
| commit | 51a41b9b765dbcf76ec09324f533d8c8edd46e37 (patch) | |
| tree | 6b1092e8d806ecfaf577feba66e045a17b015b90 /scripts/Makefile.am | |
| parent | f6085d780192b805ef61678cdc0935a917cc2b3f (diff) | |
all new stacked cycling code. so much sexy.
add an openbox_active_window client message that lets you specify if you want the window to be raised and/or unshaded.
Diffstat (limited to 'scripts/Makefile.am')
| -rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index fb5dd2f0..16a61f13 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -2,7 +2,7 @@ scriptdir = $(libdir)/openbox/python MAINTAINERCLEANFILES = Makefile.in script_DATA = config.py defaults.py focus.py callbacks.py \ focusmodel.py windowplacement.py behavior.py motion.py \ - historyplacement.py + historyplacement.py stackedcycle.py EXTRA_DIST = $(script_DATA) distclean-local: |
