summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2009-12-07 00:44:29 +0100
committerArnaud Fontaine <arfontaine@ITEM-58736.dhcp.oxfd.uk.sopra>2010-02-11 14:47:30 +0000
commite9ede1a08884f6cf51021b3e7456fb40c30fd603 (patch)
tree98bc54910d3d39bdb191d5b6df17b8ce56d429d8
parentb2149e1faeaeeb00897908aec536a6cd8f169359 (diff)
Cosmetic
-rw-r--r--ewmh/ewmh.c.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/ewmh/ewmh.c.m4 b/ewmh/ewmh.c.m4
index e16663c..08233f8 100644
--- a/ewmh/ewmh.c.m4
+++ b/ewmh/ewmh.c.m4
@@ -224,7 +224,7 @@ DO_REPLY_SINGLE_VALUE(cardinal, CARDINAL, uint32_t)
* Macro defining a generic function for reply containing a list of
* values and also defines a function to wipe the reply.
*/
-#define DO_REPLY_LIST_VALUES_ATOM(fname, atype, ctype) \
+#define DO_REPLY_LIST_VALUES(fname, atype, ctype) \
uint8_t \
xcb_ewmh_get_##fname##_from_reply(xcb_ewmh_get_##fname##_reply_t *data, \
xcb_get_property_reply_t *r) \
@@ -512,8 +512,8 @@ xcb_ewmh_send_client_message(xcb_connection_t *c,
(char *) &ev);
}
-DO_REPLY_LIST_VALUES_ATOM(windows, WINDOW, xcb_window_t)
-DO_REPLY_LIST_VALUES_ATOM(atoms, ATOM, xcb_atom_t)
+DO_REPLY_LIST_VALUES(windows, WINDOW, xcb_window_t)
+DO_REPLY_LIST_VALUES(atoms, ATOM, xcb_atom_t)
/**
* Atoms initialisation
@@ -677,7 +677,7 @@ xcb_ewmh_get_desktop_geometry_reply(xcb_ewmh_connection_t *ewmh,
DO_ROOT_LIST_VALUES(desktop_viewport, _NET_DESKTOP_VIEWPORT, CARDINAL,
xcb_ewmh_coordinates_t)
-DO_REPLY_LIST_VALUES_ATOM(desktop_viewport, CARDINAL, xcb_ewmh_coordinates_t)
+DO_REPLY_LIST_VALUES(desktop_viewport, CARDINAL, xcb_ewmh_coordinates_t)
xcb_void_cookie_t
xcb_ewmh_request_change_desktop_viewport(xcb_ewmh_connection_t *ewmh,
@@ -738,7 +738,7 @@ xcb_ewmh_request_change_active_window(xcb_ewmh_connection_t *ewmh,
*/
DO_ROOT_LIST_VALUES(workarea, _NET_WORKAREA, CARDINAL, xcb_ewmh_geometry_t)
-DO_REPLY_LIST_VALUES_ATOM(workarea, CARDINAL, xcb_ewmh_geometry_t)
+DO_REPLY_LIST_VALUES(workarea, CARDINAL, xcb_ewmh_geometry_t)
/**
* _NET_SUPPORTING_WM_CHECK