diff options
author | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2004-05-13 21:43:52 +0000 |
---|---|---|
committer | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2004-05-13 21:43:52 +0000 |
commit | ca7e943e7294bdb6e4c8f86ebeaf03ac19ef8b8b (patch) | |
tree | c567860239a4497b5c3810906f140c5d8790bead /src/session.h | |
parent | cfe94f82e2f1134d307ab8b1de264ef4420e450d (diff) | |
download | xfwm4-ca7e943e7294bdb6e4c8f86ebeaf03ac19ef8b8b.tar.gz |
Get rid of out own Xinerama impl. and use GdkScreen routines instead (that fixes at least two issues I can see ,the requirement to have Xienrama enabled in libxfcegui4 to get support for in in xfwm4, and as a side effect, xfwm4 is now compatible with SUN Xinerama which is slightly different from XFree Xinierama)
Add a new theme, from my numerous attempts to deign a default xfwm4 theme for 4.2
Remove the theme "synthetic" that sould be moved to xfwm4-themes package
(Old svn revision: 11752)
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.h b/src/session.h index cd2a548df..5b841c2b5 100644 --- a/src/session.h +++ b/src/session.h @@ -12,7 +12,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - xfwm4 - (c) 2003 Olivier Fourdan + xfwm4 - (c) 2003 Olivier Fourdan */ |