Fri Mar 3 00:07:10 CET 2006

(Kim)

--- 0.16.8.1 0.04 ---
Rework background handling:
- Only use root background overlay when composite is enabled
- Improve handling of external backgrounds ("No Background")
- Fix external background handling when composite is enabled
Fix button shape change when composite is enabled.


SVN revision: 20924
This commit is contained in:
Kim Woelders 2006-03-02 23:08:02 +00:00
parent 6b79b760f6
commit b5f3b0e3b9
3 changed files with 15 additions and 2 deletions

View File

@ -3793,3 +3793,16 @@ Yet another attempt to get pager scaling on resolution change right.
Reenable having menu definitions in theme (hmm.. why did I take this out?).
Fix background configuration when background is NONE.
-------------------------------------------------------------------------------
Fri Mar 3 00:07:10 CET 2006
(Kim)
--- 0.16.8.1 0.04 ---
Rework background handling:
- Only use root background overlay when composite is enabled
- Improve handling of external backgrounds ("No Background")
- Fix external background handling when composite is enabled
Fix button shape change when composite is enabled.

View File

@ -5,7 +5,7 @@ ENLIGHTENMENT_MINOR=16
ENLIGHTENMENT_MICRO=8.1
ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO
AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.03)
AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.04)
AM_MAINTAINER_MODE
dnl reasonable guesses for where stuff is installed

2
e.spec
View File

@ -1,4 +1,4 @@
%define revision 0.03
%define revision 0.04
%define rev_name -%{revision}
Summary: The Enlightenment window manager.