.\" Generated by the Allegro makedoc utility .TH get_clip_state 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME get_clip_state \- Tells if clipping is on for a bitmap. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int get_clip_state(BITMAP *bitmap) .SH DESCRIPTION Returns non-zero if clipping is turned on for the specified bitmap and zero otherwise. .SH SEE ALSO .BR set_clip_rect (3alleg4), .BR get_clip_rect (3alleg4), .BR add_clip_rect (3alleg4), .BR set_clip_state (3alleg4)