mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
Documentation: bundled libdecor symbols are pefixed by "fl_"
This commit is contained in:
+2
-2
@@ -160,8 +160,8 @@ the app had the focus.
|
|||||||
* Narrow windows with a titlebar are silently forced to be wide enough
|
* Narrow windows with a titlebar are silently forced to be wide enough
|
||||||
for the titlebar to display window buttons and a few letters of the title.
|
for the titlebar to display window buttons and a few letters of the title.
|
||||||
|
|
||||||
* Text input methods have been tested without any understanding of the writing systems,
|
* Text input methods are known to work well for Chinese and Japanese.
|
||||||
so feedback on this subject would be helpful.
|
Feedback for other writing systems would be helpful.
|
||||||
|
|
||||||
* Using OpenGL inside Wayland windows doesn't seem to work on RaspberryPi hardware,
|
* Using OpenGL inside Wayland windows doesn't seem to work on RaspberryPi hardware,
|
||||||
although it works inside X11 windows on the same hardware.
|
although it works inside X11 windows on the same hardware.
|
||||||
|
|||||||
@@ -1111,9 +1111,12 @@ Desktop. As of late 2023, libdecor contains two titlebar-drawing plugins:
|
|||||||
On recent Linux distributions, FLTK uses the system \c libdecor shared library
|
On recent Linux distributions, FLTK uses the system \c libdecor shared library
|
||||||
available via packages \c libdecor-0-dev and \c libdecor-0-plugin-1-gtk.
|
available via packages \c libdecor-0-dev and \c libdecor-0-plugin-1-gtk.
|
||||||
On earlier Linux versions, or if CMake option \c FLTK_USE_SYSTEM_LIBDECOR is set
|
On earlier Linux versions, or if CMake option \c FLTK_USE_SYSTEM_LIBDECOR is set
|
||||||
to OFF, FLTK bundles the most recent source code of \c libdecor and its plugins. This code
|
to OFF, FLTK bundles the most recent source code of \c libdecor and its plugins.
|
||||||
is included in libfltk. FLTK uses \c libdecor-gtk when software package \c libgtk-3-dev
|
The libdecor code bundled inside FLTK is compiled and put in libfltk.
|
||||||
|
FLTK uses \c libdecor-gtk when software package \c libgtk-3-dev
|
||||||
is present in the build system, and \c libdecor-cairo otherwise.
|
is present in the build system, and \c libdecor-cairo otherwise.
|
||||||
|
FLTK prefixes all symbols of its bundled libdecor with "fl_". This allows an FLTK client app
|
||||||
|
to link to other libraries which may use the system version of libdecor.
|
||||||
|
|
||||||
\c Libdecor uses the Wayland protocol
|
\c Libdecor uses the Wayland protocol
|
||||||
<a href=https://wayland.app/protocols/xdg-decoration-unstable-v1>XDG decoration</a>
|
<a href=https://wayland.app/protocols/xdg-decoration-unstable-v1>XDG decoration</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user