aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_x11.h
diff options
context:
space:
mode:
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;
};