libdraw: get rid of _drawdebug variable
This commit is contained in:
parent
ca2fa9596b
commit
d4a6dc8910
3 changed files with 2 additions and 7 deletions
|
@ -502,7 +502,6 @@ extern Font *font;
|
|||
extern Image *screen;
|
||||
extern Screen *_screen;
|
||||
extern int _cursorfd;
|
||||
extern int _drawdebug; /* set to 1 to see errors from flushimage */
|
||||
extern void _setdrawop(Display*, Drawop);
|
||||
|
||||
#define BGSHORT(p) ((p)[0]|((p)[1]<<8))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue