libxputty
0.1
Loading...
Searching...
No Matches
xputty
header
widgets
xdrawing_area_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
#pragma once
22
23
#ifndef XDRAWING_AREA_PRIVATE_H_
24
#define XDRAWING_AREA_PRIVATE_H_
25
26
#include "
xdrawing_area.h
"
27
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
32
39
void
_draw_image
(
void
*w_,
void
* user_data);
40
41
#ifdef __cplusplus
42
}
43
#endif
44
45
#endif
//XDRAWING_AREA_PRIVATE_H_
xdrawing_area.h
_draw_image
void _draw_image(void *w_, void *user_data)
_draw_image - internal draw the image to the buffer
Definition
xdrawing_area_private.c:39
Generated by
1.9.8