diff options
-rw-r--r-- | cursor/cursor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cursor/cursor.h b/cursor/cursor.h index b7a3946..a69f025 100644 --- a/cursor/cursor.h +++ b/cursor/cursor.h @@ -47,6 +47,7 @@ typedef struct xcb_cursor_context_t { xcb_render_query_pict_formats_reply_t *pf_reply; + /* This is a pointer into pf_reply. */ xcb_render_pictforminfo_t *pict_format; /* Specific values of the root window’s RESOURCE_MANAGER atom contents. */ |