summaryrefslogtreecommitdiff
path: root/share/docs/lib/liboda.md
diff options
context:
space:
mode:
Diffstat (limited to 'share/docs/lib/liboda.md')
-rw-r--r--share/docs/lib/liboda.md4
1 files changed, 2 insertions, 2 deletions
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 <liboda/oda.h>
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 <liboda/oda.h>
...