ELinks 0.18.0
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)
#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_)