summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorrhp <rhp>2001-06-18 06:11:53 +0000
committerrhp <rhp>2001-06-18 06:11:53 +0000
commit5fd26a273dc8fb6cb4b98dcb9883457d48544f45 (patch)
tree8fedca52eeab5a7f57dcea2d716ded9cd92bfc2b /src/util.h
parentd090d9f284e27aee37062c0e2f926075dc5b9a06 (diff)
downloadmutter-5fd26a273dc8fb6cb4b98dcb9883457d48544f45.tar.gz
...
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/util.h b/src/util.h
index 9873f1aee..904a789c5 100644
--- a/src/util.h
+++ b/src/util.h
@@ -24,16 +24,6 @@
#include <glib.h>
-typedef struct _MetaRectangle MetaRectangle;
-
-struct _MetaRectangle
-{
- int x;
- int y;
- int width;
- int height;
-};
-
gboolean meta_is_verbose (void);
void meta_set_verbose (gboolean setting);
gboolean meta_is_debugging (void);
@@ -61,3 +51,5 @@ void meta_pop_no_msg_prefix (void);
#define _(x) x
#endif
+
+