get_clip_state - Man Page

Tells if clipping is on for a bitmap. Allegro game programming library.

Synopsis

#include <allegro.h>

int get_clip_state(BITMAP *bitmap)

Description

Returns non-zero if clipping is turned on for the specified bitmap and zero otherwise.

See Also

set_clip_rect(3), get_clip_rect(3), add_clip_rect(3), set_clip_state(3)

Referenced By

add_clip_rect(3), get_clip_rect(3), set_clip_rect(3), set_clip_state(3).

version 4.4.3 Allegro manual