aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_x11.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-21 19:42:50 +0200
committerDavid Robillard <d@drobilla.net>2019-07-21 21:32:55 +0200
commit80191fb070d60e7bffd78c2ef9e43b2610f2b8ff (patch)
tree195be0ccf9b018da9f00e49185290f65a3bb5187 /pugl/pugl_x11.h
parent081490898ed788a184eb74074130634ce9067174 (diff)
downloadpugl-80191fb070d60e7bffd78c2ef9e43b2610f2b8ff.tar.gz
pugl-80191fb070d60e7bffd78c2ef9e43b2610f2b8ff.tar.bz2
pugl-80191fb070d60e7bffd78c2ef9e43b2610f2b8ff.zip
Add puglRequestAttention()
Diffstat (limited to 'pugl/pugl_x11.h')
-rw-r--r--pugl/pugl_x11.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pugl/pugl_x11.h b/pugl/pugl_x11.h
index f33d8de..6a38c62 100644
--- a/pugl/pugl_x11.h
+++ b/pugl/pugl_x11.h
@@ -33,5 +33,7 @@ struct PuglInternalsImpl {
struct {
Atom WM_PROTOCOLS;
Atom WM_DELETE_WINDOW;
+ Atom NET_WM_STATE;
+ Atom NET_WM_STATE_DEMANDS_ATTENTION;
} atoms;
};