libxputty
0.1
A damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces
xadjustment_private.h
Go to the documentation of this file.
1
/*
2
* 0BSD
3
*
4
* BSD Zero Clause License
5
*
6
* Copyright (c) 2019 Hermann Meyer
7
*
8
* Permission to use, copy, modify, and/or distribute this software for any
9
* purpose with or without fee is hereby granted.
10
11
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
12
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13
* AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
14
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
16
* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17
* PERFORMANCE OF THIS SOFTWARE.
18
*
19
*/
20
21
/**
22
* here are the private functions from xadjustment
23
*/
24
25
26
#pragma once
27
28
#ifndef XADJUSTMENT_PRIVATE_H_
29
#define XADJUSTMENT_PRIVATE_H_
30
31
#include "
xputty.h
"
32
33
#ifdef __cplusplus
34
extern
"C"
{
35
#endif
36
37
#ifdef __cplusplus
38
}
39
#endif
40
41
#endif // XADJUSTMENT_PRIVATE_H_
xputty.h
libxputty
xputty
header
xadjustment_private.h
Generated by
1.8.17