summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-08-12 21:32:13 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-08-12 21:32:13 +0000
commit27e35b8bcde23717494af4f651eedabfae2d6b96 (patch)
treea1905e1484bc72a00e3caa3b76776ee4062ebb75 /src/util.h
parent501264647eb4241127f6cee9c9bfc16a6e75d193 (diff)
downloadmetacity-27e35b8bcde23717494af4f651eedabfae2d6b96.tar.gz
window is in fullscreen layer if any member of its group is fullscreen
2002-08-12 Havoc Pennington <hp@redhat.com> * src/stack.c (compute_layer): window is in fullscreen layer if any member of its group is fullscreen * src/window.c (meta_window_unmake_fullscreen): update layer for whole window group (meta_window_make_fullscreen): ditto * src/util.c (meta_unsigned_long_hash): move hash/equal funcs for Window in here. * src/group.c: track window groups so we can do stuff with them.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 2ba94d5f..c45cb707 100644
--- a/src/util.h
+++ b/src/util.h
@@ -69,6 +69,10 @@ void meta_topic (MetaDebugTopic topic,
void meta_push_no_msg_prefix (void);
void meta_pop_no_msg_prefix (void);
+gint meta_unsigned_long_equal (gconstpointer v1,
+ gconstpointer v2);
+guint meta_unsigned_long_hash (gconstpointer v);
+
#include <libintl.h>
#define _(x) dgettext (GETTEXT_PACKAGE, x)
#define N_(x) x