aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11.h')
-rw-r--r--src/x11.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/x11.h b/src/x11.h
index b2c0e54..bc93630 100644
--- a/src/x11.h
+++ b/src/x11.h
@@ -26,6 +26,7 @@ typedef struct {
Atom WM_DELETE_WINDOW;
Atom PUGL_CLIENT_MSG;
Atom NET_CLOSE_WINDOW;
+ Atom NET_FRAME_EXTENTS;
Atom NET_WM_NAME;
Atom NET_WM_PID;
Atom NET_WM_PING;
@@ -85,6 +86,8 @@ struct PuglInternalsImpl {
PuglEvent pendingConfigure;
PuglEvent pendingExpose;
PuglX11Clipboard clipboard;
+ long frameExtentLeft;
+ long frameExtentTop;
int screen;
const char* cursorName;
bool mapped;