diff options
author | tv <tv@krebsco.de> | 2023-02-07 03:44:51 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-02-07 04:25:13 +0100 |
commit | 4dce870431168ac5e4be2cb0eacce9d78c43e504 (patch) | |
tree | fbbcc71567eb62751b0225bd157ff00d9d9829b2 /lib/Graphics/X11/Xlib/Atom/Extra.hs | |
parent | e3584c77dc2ff8ac683fbbe3a849600022e46800 (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.hs | 3 |
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 |