summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-data-offer-primary.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-05-13 18:04:04 +0200
committerCarlos Garnacho <carlosg@gnome.org>2020-05-13 18:18:14 +0200
commit037b68ab8eeb462ad3715c30642f57124794f7b2 (patch)
tree9c990f793a16f977ae7da02193124d0aeffbc7b7 /src/wayland/meta-wayland-data-offer-primary.h
parentb45d5ef3f5a497703fd2c77b7088249cbf3ef367 (diff)
downloadmutter-037b68ab8eeb462ad3715c30642f57124794f7b2.tar.gz
wayland: Rename gtk primary protocol files to "legacy"
We want to make room for the wayland-protocols primary selection protocol. Rename our private protocol as "legacy". https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1255
Diffstat (limited to 'src/wayland/meta-wayland-data-offer-primary.h')
-rw-r--r--src/wayland/meta-wayland-data-offer-primary.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/wayland/meta-wayland-data-offer-primary.h b/src/wayland/meta-wayland-data-offer-primary.h
deleted file mode 100644
index cf59fb5c7..000000000
--- a/src/wayland/meta-wayland-data-offer-primary.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Copyright © 2011 Kristian Høgsberg
- * 2020 Red Hat Inc.
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of the copyright holders not be used in advertising or
- * publicity pertaining to distribution of the software without specific,
- * written prior permission. The copyright holders make no representations
- * about the suitability of this software for any purpose. It is provided "as
- * is" without express or implied warranty.
- *
- * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
- * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
- * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
- * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
- * OF THIS SOFTWARE.
- */
-
-#ifndef META_WAYLAND_DATA_OFFER_PRIMARY_H
-#define META_WAYLAND_DATA_OFFER_PRIMARY_H
-
-#include "meta-wayland-data-offer.h"
-
-MetaWaylandDataOffer * meta_wayland_data_offer_primary_new (struct wl_resource *target);
-
-#endif /* META_WAYLAND_DATA_OFFER_PRIMARY_H */