ELinks
0.19.1
util
Data Structures
|
Macros
box.h File Reference
This graph shows which files directly or indirectly include this file:
Data Structures
struct
el_box
A rectangular part of a drawing surface, such as the screen.
More...
Macros
#define
dbg_show_box
(box)
#define
dbg_show_xy
(x_, y_)
Macro Definition Documentation
◆
dbg_show_box
#define dbg_show_box
(
box
)
Value:
DBG
(
"x=%i y=%i width=%i height=%i"
, (box)->x, (box)->y, (box)->width, (box)->height)
DBG
#define DBG
DBG(format_string) is used for printing of debugging information.
Definition
error.h:25
◆
dbg_show_xy
#define dbg_show_xy
(
x_
,
y_
)
Value:
DBG
(
"x=%i y=%i"
, x_, y_)
Generated by
1.15.0