aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/core/mb-wm-atoms.h
blob: a5aab5d678b360ad7298311b94baf6e9c4915e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 
 *  Matchbox Window Manager II - A lightweight window manager not for the
 *                               desktop.
 *
 *  Authored By Matthew Allum <mallum@o-hand.com>
 *
 *  Copyright (c) 2005 OpenedHand Ltd - http://o-hand.com
 *
 *  SPDX-License-Identifier: GPL-2.0-or-later
 *
 */

#ifndef _HAVE_MB_WM_ATOMS_H
#define _HAVE_MB_WM_ATOMS_H

void
mb_wm_atoms_init(MBWindowManager *wm);

#endif