diff options
author | Mattias Andrée <maandree@kth.se> | 2020-04-24 19:47:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-04-24 19:47:41 +0200 |
commit | 90cd52ece1623f9b872837a88504faeb9fd593f6 (patch) | |
tree | 2c910614d39b0b8dde5eccda25de99a6f360e161 /libaxl-requests.h | |
parent | First commit (diff) | |
download | libaxl-90cd52ece1623f9b872837a88504faeb9fd593f6.tar.gz libaxl-90cd52ece1623f9b872837a88504faeb9fd593f6.tar.bz2 libaxl-90cd52ece1623f9b872837a88504faeb9fd593f6.tar.xz |
Second commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libaxl-requests.h')
-rw-r--r-- | libaxl-requests.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libaxl-requests.h b/libaxl-requests.h index 21984f2..f0a6279 100644 --- a/libaxl-requests.h +++ b/libaxl-requests.h @@ -13,7 +13,7 @@ struct libaxl_request_create_window { uint16_t height; uint16_t border_width; uint16_t class; /* LIBAXL_COPY_FROM_PARENT, LIBAXL_INPUT_OUTPUT, or LIBAXL_INPUT_ONLY */ - libaxl_visual_id_t visual; /* Can be LIBAXL_COPY_FROM_PARENT */ + libaxl_visual_t visual; /* Can be LIBAXL_COPY_FROM_PARENT */ uint32_t value_mask; /* Determines which below are included, all are encoded as uint32_t */ #define LIBAXL_REQUEST_CREATE_WINDOW_BACKGROUND_PIXMAP 0x00000001UL #define LIBAXL_REQUEST_CREATE_WINDOW_BACKGROUND_PIXEL 0x00000002UL @@ -1008,7 +1008,7 @@ struct libaxl_request_create_colormap { uint16_t _request_length; /* = 4 */ libaxl_colormap_t mid; libaxl_window_t window; - libaxl_visual_id_t visual; + libaxl_visual_t visual; }; struct libaxl_request_free_colormap { |