ELinks 0.18.0
|
Data Structures | |
struct | el_box |
A rectangular part of a drawing surface, such as the screen. More... | |
Macros | |
#define | dbg_show_box(box) DBG("x=%i y=%i width=%i height=%i", (box)->x, (box)->y, (box)->width, (box)->height) |
#define | dbg_show_xy(x_, y_) DBG("x=%i y=%i", x_, y_) |
#define dbg_show_box | ( | box | ) | DBG("x=%i y=%i width=%i height=%i", (box)->x, (box)->y, (box)->width, (box)->height) |