diff options
author | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2004-05-30 23:18:17 +0000 |
---|---|---|
committer | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2004-05-30 23:18:17 +0000 |
commit | 012d847e378440899ed9eae4061fa696ccb6ba09 (patch) | |
tree | fd919e7b379714cb9effc3aea1beee3a9ca33b18 /src/misc.h | |
parent | 00e75680017e2846da115d1f888fd87a6496c8d8 (diff) | |
download | xfwm4-012d847e378440899ed9eae4061fa696ccb6ba09.tar.gz |
- Change gtktoxevent API to be GdkScreen and therefore multiscreen compliant
- Modify xfwm4 to be compatible with the gtktoxevent API change (make sure you update both libxfcegui4 *and* xfwm4 at the same time!)
- Code cleanup in xfwm4; move global variables in a dynamically allocated structure.
(Old svn revision: 11770)
Diffstat (limited to 'src/misc.h')
-rw-r--r-- | src/misc.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/misc.h b/src/misc.h index 504844357..09808c2f3 100644 --- a/src/misc.h +++ b/src/misc.h @@ -1,20 +1,20 @@ /* - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; You may only use version 2 of the License, - you have no option to use any other version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; You may only use version 2 of the License, + you have no option to use any other version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - oroborus - (c) 2001 Ken Lynch - xfwm4 - (c) 2002-2003 Olivier Fourdan + oroborus - (c) 2001 Ken Lynch + xfwm4 - (c) 2002-2003 Olivier Fourdan */ |