aboutsummaryrefslogtreecommitdiffstats
path: root/src/matchbox-keyboard-ui-xft-backend.h
blob: 8bbcdefc1cb2b65184444317dcf93ec3c76144f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 *  Matchbox Keyboard - A lightweight software keyboard.
 *
 *  Authored By Matthew Allum <mallum@o-hand.com>
 *              Tomas Frydrych <tomas@sleepfive.com>
 *
 *  Copyright (c) 2005-2012 Intel Corp
 *  Copyright (c) 2012 Vernier Software & Technology
 *
 *  SPDX-License-Identifier: LGPL-2.1
 *
 */

#ifndef HAVE_MB_KEYBOARD_UI_BACKEND_XFT_H
#define HAVE_MB_KEYBOARD_UI_BACKEND_XFT_H

#include "matchbox-keyboard.h"
#include <X11/Xft/Xft.h>

MBKeyboardUIBackend*
mb_kbd_ui_xft_init(MBKeyboardUI *ui);

#define MB_KBD_UI_BACKEND_INIT_FUNC(ui)  mb_kbd_ui_xft_init((ui))
#define MB_KBD_UI_BACKEND_DESTROY_FUNC(ui)  mb_kbd_ui_xft_destroy((ui))

#endif