mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
docs: visuals: Do not mention deprecated GdkRGB API's
Reported by Milan Bouchet-Valat in bug https://bugzilla.gnome.org/show_bug.cgi?id=631473
This commit is contained in:
parent
60655a36dc
commit
718ccc9e4e
@ -18,12 +18,8 @@ of an RGB pixel may be in the top 8 bits of the pixel, or may be in the lower
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
There are several standard visuals. The visual returned
|
There are several standard visuals. The visual returned
|
||||||
by gdk_visual_get_system() is the system's default
|
by gdk_screen_get_system_visual() is the system's default
|
||||||
visual. gdk_rgb_get_visual() return the visual most
|
visual.
|
||||||
suited to displaying full-color image data. If you
|
|
||||||
use the calls in #GdkRGB, you should create your windows
|
|
||||||
using this visual (and the colormap returned by
|
|
||||||
gdk_rgb_get_colormap()).
|
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
A number of functions are provided for determining
|
A number of functions are provided for determining
|
||||||
|
Loading…
Reference in New Issue
Block a user