blob: fae3aec2bbe532f4508c7e0a936f02c7d167c4ca [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_EXO_WAYLAND_TEST_CLIENT_UTIL_H_
#define COMPONENTS_EXO_WAYLAND_TEST_CLIENT_UTIL_H_
#include "components/exo/wayland/test/resource_key.h"
namespace exo::wayland::test::client_util {
// `resource` must be a Wayland client-side resource.
ResourceKey GetResourceKey(void* resource);
} // namespace exo::wayland::test::client_util
#endif // COMPONENTS_EXO_WAYLAND_TEST_CLIENT_UTIL_H_