summaryrefslogtreecommitdiffstats
path: root/lib/Graphics/X11/Xlib/Atom/Extra.hs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-02-07 03:44:51 +0100
committertv <tv@krebsco.de>2023-02-07 04:25:13 +0100
commit4dce870431168ac5e4be2cb0eacce9d78c43e504 (patch)
treefbbcc71567eb62751b0225bd157ff00d9d9829b2 /lib/Graphics/X11/Xlib/Atom/Extra.hs
parente3584c77dc2ff8ac683fbbe3a849600022e46800 (diff)
move setDesktopNames to Graphics.X11.EWMH
Diffstat (limited to 'lib/Graphics/X11/Xlib/Atom/Extra.hs')
-rw-r--r--lib/Graphics/X11/Xlib/Atom/Extra.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Graphics/X11/Xlib/Atom/Extra.hs b/lib/Graphics/X11/Xlib/Atom/Extra.hs
index d96b54f..444519e 100644
--- a/lib/Graphics/X11/Xlib/Atom/Extra.hs
+++ b/lib/Graphics/X11/Xlib/Atom/Extra.hs
@@ -19,3 +19,6 @@ _WIN_WORKSPACE_NAMES = unsafeInternAtom "_WIN_WORKSPACE_NAMES" True
_WM_NAME :: Atom
_WM_NAME = unsafeInternAtom "WM_NAME" True
+
+uTF8_STRING :: Atom
+uTF8_STRING = unsafeInternAtom "UTF8_STRING" True