gfx_mode_select_ex(3alleg4) Allegro manual gfx_mode_select_ex(3alleg4)NAME
gfx_mode_select_ex - Extended version of the graphics mode selection dialog. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
int gfx_mode_select_ex(int *card, int *w, int *h, int *color_depth);
DESCRIPTION
Extended version of the graphics mode selection dialog, which also allows the user to select the color depth.
As with gfx_mode_select, the values stored at the addresses passed to the function will be used as suggestions for the initial selections
in the dialog, defaulting to the first entry in each list if the values are not found. Initialize the data stored at the addresses passed
to the function to the value of 0 or -1 if you want to ensure that the initial selection for each list will be the first entry.
If the dialog is OK'd, it stores the selections at the addresses passed to the function.
RETURN VALUE
See the gfx_mode_select_filter function for the return values.
SEE ALSO gfx_mode_select(3alleg4), gfx_mode_select_filter(3alleg4), set_color_depth(3alleg4), set_gfx_mode(3alleg4), gui_fg_color(3alleg4),
ex3d(3alleg4), exscn3d(3alleg4), exswitch(3alleg4), exupdate(3alleg4), exzbuf(3alleg4)Allegro version 4.4.2 gfx_mode_select_ex(3alleg4)
Check Out this Related Man Page
gfx_mode_select_ex(3alleg4) Allegro manual gfx_mode_select_ex(3alleg4)NAME
gfx_mode_select_ex - Extended version of the graphics mode selection dialog. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
int gfx_mode_select_ex(int *card, int *w, int *h, int *color_depth);
DESCRIPTION
Extended version of the graphics mode selection dialog, which also allows the user to select the color depth.
As with gfx_mode_select, the values stored at the addresses passed to the function will be used as suggestions for the initial selections
in the dialog, defaulting to the first entry in each list if the values are not found. Initialize the data stored at the addresses passed
to the function to the value of 0 or -1 if you want to ensure that the initial selection for each list will be the first entry.
If the dialog is OK'd, it stores the selections at the addresses passed to the function.
RETURN VALUE
See the gfx_mode_select_filter function for the return values.
SEE ALSO gfx_mode_select(3alleg4), gfx_mode_select_filter(3alleg4), set_color_depth(3alleg4), set_gfx_mode(3alleg4), gui_fg_color(3alleg4),
ex3d(3alleg4), exscn3d(3alleg4), exswitch(3alleg4), exupdate(3alleg4), exzbuf(3alleg4)Allegro version 4.4.2 gfx_mode_select_ex(3alleg4)
What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file.
# When the shell exits, append to the history file instead of overwriting it
shopt -s histappend (3 Replies)
Greetings,
I'm trying to delete a file with a weird name from within Terminal on a Mac.
It's a very old file (1992) with null characters in the name: ââWord FinderÂŽ Plusâ˘.
Here are some examples of what I've tried:
12FX009:5 dpontius$ ls
ââWord FinderÂŽ Plusâ˘
12FX009:5 dpontius$ rm... (29 Replies)