blob: 4f14ea19bcb977227eefc3e442e21589b8da6d44 [file] [log] [blame]
// Copyright 2016 The Android Open Source Project
//
// This software is licensed under the terms of the GNU General Public
// License version 2, as published by the Free Software Foundation, and
// may be copied, distributed, and modified under those terms.
//
// 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.
#pragma once
#include "android/utils/compiler.h"
ANDROID_BEGIN_HEADER
// Gets a local copy of the skin window instance
void skin_acquire_window_inst(void);
// Releases the local copy of the skin window instance
void skin_release_window_inst(void);
ANDROID_END_HEADER