aboutsummaryrefslogtreecommitdiffstats
path: root/src/mbdesktop_win_plugin.h
blob: 8a7823313d3b0711c8c9b4c2a5fddf63810b5d5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef _HAVE_MBDESKTOP_WIN_PLUGIN_H
#define _HAVE_MBDESKTOP_WIN_PLUGIN_H

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

void
mbdesktop_win_plugin_init (MBDesktop *mb);

Bool
mbdesktop_win_plugin_load (MBDesktop *mb, char *cmd);

void
mbdesktop_win_plugin_reparent (MBDesktop *mb);

void
mbdesktop_win_plugin_config_event (MBDesktop *mb);

#endif