summaryrefslogtreecommitdiff
path: root/src/menu.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2004-05-13 21:43:52 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2004-05-13 21:43:52 +0000
commitca7e943e7294bdb6e4c8f86ebeaf03ac19ef8b8b (patch)
treec567860239a4497b5c3810906f140c5d8790bead /src/menu.h
parentcfe94f82e2f1134d307ab8b1de264ef4420e450d (diff)
downloadxfwm4-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/menu.h')
-rw-r--r--src/menu.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/menu.h b/src/menu.h
index d59d03bc1..967d733b8 100644
--- a/src/menu.h
+++ b/src/menu.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.
- Metacity - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2003 Olivier Fourdan
+ Metacity - (c) 2001 Havoc Pennington
+ xfwm4 - (c) 2002-2003 Olivier Fourdan
*/
@@ -58,7 +58,7 @@ typedef struct _MenuItem MenuItem;
typedef struct _MenuData MenuData;
typedef void (*MenuFunc) (Menu * menu, MenuOp op, Window client_xwindow,
- gpointer menu_data, gpointer item_data);
+ gpointer menu_data, gpointer item_data);
struct _MenuItem
{
@@ -85,13 +85,13 @@ struct _Menu
};
Menu *menu_default (MenuOp ops, MenuOp insensitive, MenuFunc func,
- gint ws, gint nws, gchar *wsn, gint wsnl, gpointer data);
+ gint ws, gint nws, gchar *wsn, gint wsnl, gpointer data);
Menu *menu_connect (Menu * menu);
GtkWidget *menu_item_connect (GtkWidget * item, MenuData * item_data);
gboolean menu_is_opened (void);
gboolean menu_check_and_close (void);
gboolean menu_popup (Menu * menu, int root_x, int root_y, int button,
- guint32 timestamp);
+ guint32 timestamp);
void menu_free (Menu * menu);
#endif /* INC_MENU_H */