From 78ae9f627caa96bbb1831eb519333ae87e0e8dc7 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 3 Aug 2025 03:49:51 -0400 Subject: docs: liboda: Fix markdown codeblock highlight Signed-off-by: Ian Moffett --- share/docs/lib/liboda.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/docs/lib') diff --git a/share/docs/lib/liboda.md b/share/docs/lib/liboda.md index f526ca9..ee82dc0 100644 --- a/share/docs/lib/liboda.md +++ b/share/docs/lib/liboda.md @@ -144,7 +144,7 @@ structure defined in ``liboda/oda.h``. Additionally, in order for any ODA library calls to be made, the compositor must initialize the library with ``oda_init()`` like in the following example: -``` +```c #include struct oda_state state; @@ -163,7 +163,7 @@ is returned (see ``sys/errno.h``). A compositor may request windows from the ODA by using ``oda_reqwin()`` like in the following example: -``` +```c #include ... -- cgit v1.2.3