Searched refs:dlg_draw_shadow (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 119 dlg_draw_shadow
|
H A D | dialog.map | 82 dlg_draw_shadow;
|
/freebsd/contrib/dialog/ |
H A D | dialog.h | 340 #define draw_shadow(win,h,w,y,x) dlg_draw_shadow(win,h,w,y,x) 880 extern void dlg_draw_shadow(WINDOW * /*win*/, int /*height*/, int /*width*/, int /*y*/, int /*x*/);
|
H A D | util.c | 1820 dlg_draw_shadow(WINDOW *win, int y, int x, int height, int width) in dlg_draw_shadow() function
|
H A D | CHANGES | 1098 + fix masking of attributes in dlg_draw_shadow() which lost 1223 + add some limit-checks in dlg_draw_shadow().
|