Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
get_clip_state(3)		 Allegro manual 	       get_clip_state(3)

NAME
     get_clip_state  -	Tells  if clipping is on for a bitmap. Allegro game pro-
     gramming 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)

Allegro 			  version 4.4.3 	       get_clip_state(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=get_clip_state&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help