osx man page for set_clip_state

Query: set_clip_state

OS: osx

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

set_clip_state(3alleg4) 					  Allegro manual					   set_clip_state(3alleg4)

NAME
set_clip_state - Turns on or off the clipping of a bitmap. Allegro game programming library. SYNOPSIS
#include <allegro.h> void set_clip_state(BITMAP *bitmap, int state) DESCRIPTION
Turns on (if state is non-zero) or off (if state is zero) clipping for the specified bitmap. Turning clipping off may slightly speed up some drawing operations (usually a negligible difference, although every little helps) but will result in your program dying a horrible death if you try to draw beyond the edges of the bitmap. SEE ALSO
set_clip_rect(3alleg4), get_clip_rect(3alleg4), add_clip_rect(3alleg4), get_clip_state(3alleg4) Allegro version 4.4.2 set_clip_state(3alleg4)
Related Man Pages
set_clip_rect(3alleg4) - debian
putpixel(3alleg4) - centos
set_clip_rect(3alleg4) - opendarwin
set_clip_rect(3alleg4) - osx
set_clip_rect(3alleg4) - plan9
Similar Topics in the Unix Linux Community
When is a _function_ not a _function_?
Hearing Aid for OSX 10.12.x and greater.
My first PERL incarnation... Audio Oscillograph
A dash to GOTO or a dash from GOTO, that is the question...
Python: Refer a properties file from different location