1xwin_set_window_name(3) Allegro manual xwin_set_window_name(3)
2
3
4
6 xwin_set_window_name - Specify the window name and group (or class).
7 Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 void xwin_set_window_name(const char *name, const char *group);
14
16 This function is only available under X. It lets you to specify the
17 window name and group (or class). They are important because they allow
18 the window manager to remember the window attributes (position, layer,
19 etc). Note that the name and the title of the window are two different
20 things: the title is what appears in the title bar of the window, but
21 usually has no other effects on the behaviour of the application.
22
23
25 set_window_title(3)
26
27
28
29Allegro version 4.4.3 xwin_set_window_name(3)