Home
last modified time | relevance | path

Searched refs:dlg_draw_shadow (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/dialog/
H A Ddialog.h216 #define draw_shadow(win,h,w,y,x) dlg_draw_shadow(win,h,w,y,x)
731 extern void dlg_draw_shadow(WINDOW * /*win*/, int /*height*/, int /*width*/, int /*y*/, int /*x*/);
H A Dutil.c1803 dlg_draw_shadow(WINDOW *win, int y, int x, int height, int width) in dlg_draw_shadow() function
H A DCHANGES1192 + fix masking of attributes in dlg_draw_shadow() which lost
1317 + add some limit-checks in dlg_draw_shadow().