summaryrefslogtreecommitdiff
path: root/src/x11/group-private.h
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-03-18 21:22:58 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2014-03-18 21:23:36 -0400
commitf940292cfe5a80290a5dae8a62e05fbcbab32a7f (patch)
tree47da076b0f202ef937ef6f869258cc60479db97a /src/x11/group-private.h
parent48a36356ddd0892202b4cf6ed8100827647681cf (diff)
downloadmutter-f940292cfe5a80290a5dae8a62e05fbcbab32a7f.tar.gz
Move MetaGroup to be X11-specific
Diffstat (limited to 'src/x11/group-private.h')
-rw-r--r--src/x11/group-private.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/x11/group-private.h b/src/x11/group-private.h
deleted file mode 100644
index 72e6cd275..000000000
--- a/src/x11/group-private.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
-/* Mutter window group private header */
-
-/*
- * Copyright (C) 2002 Red Hat Inc.
- *
- * 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; either version 2 of the
- * License, or (at your option) any later 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef META_GROUP_PRIVATE_H
-#define META_GROUP_PRIVATE_H
-
-#include <meta/group.h>
-
-struct _MetaGroup
-{
- int refcount;
- MetaDisplay *display;
- GSList *windows;
- Window group_leader;
- char *startup_id;
- char *wm_client_machine;
-};
-
-#endif
-
-
-
-