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

FreeBSD Manual Pages

  
 
  

home | help
al_get_window_borders(3)    Library Functions Manual	al_get_window_borders(3)

NAME
     al_get_window_borders - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    bool al_get_window_borders(ALLEGRO_DISPLAY *display, int *left, int *top, int *right, int *bottom)

DESCRIPTION
     If  that information is available returns TRUE and fills in the size of the
     window borders.  You can pass NULL for borders you do not want to retrieve.

     If the border information is not available returns FALSE.

	    [Unstable API]: This is an experimental feature and  currently  only
	    partially works on X11 and Windows.  The meaning of the upper border
	    may change when menus are present.

SEE ALSO
     al_set_window_position(3), al_get_window_position(3)

SINCE
     5.2.9

Allegro reference manual				al_get_window_borders(3)

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

home | help