summaryrefslogtreecommitdiff
path: root/ewmh/xcb_ewmh.h.m4
AgeCommit message (Collapse)AuthorFilesLines
2024-07-23update documentation to reflect the parameter changesHEADmasterRobert Knutsson1-2/+5
2011-08-29Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK.Arnaud Fontaine1-8/+8
EWMH specification states that _NET_SUPPORTING_WM_CHECK must also be set on the child window, not only on the root window.
2011-04-23Untabify for consistency.Arnaud Fontaine1-4/+4
Signed-off-by: Arnaud Fontaine <arnau@debian.org>
2011-04-23Fix setters for _NET_WM_ICON to allow more than one icon.Arnaud Fontaine1-8/+51
Only one icon could be given at a time, thus add append setters to only set one icon at a time in a convenient way and make the general setters more generic. Signed-off-by: Arnaud Fontaine <arnau@debian.org>
2011-03-26Return more icons from _NET_WM_ICONUli Schlachter1-1/+19
EWMH says that _NET_WM_ICON is an array of icon. That means that it can contain more than one icon. This way, apps can provide icons of different sizes. Common sizes seem to be 16x16, 32x32 and 48x48. This commit makes it possible to access all the icons in _NET_WM_ICON via iterators instead of just the first one. Thanks to Arnaud Fontaine for his help with the API. Signed-off-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Arnaud Fontaine <arnau@debian.org>
2011-03-06Rename time function parameter to xtime in to avoid clash with time.hArnaud Fontaine1-10/+10
2011-03-06Add missing inclusion of stdlib.h in EWMH headerArnaud Fontaine1-0/+1
2010-11-14xcb_ewmh_get_wm_name_reply should have always been staticArnaud Fontaine1-4/+5
2010-11-14A given connection may have several screens associatedArnaud Fontaine1-66/+166
2010-11-14Remove useless constArnaud Fontaine1-2/+2
2010-11-14Make code generated by m4 more readableArnaud Fontaine1-3/+3
2010-11-14xcb_ewmh_send_client_message: use memcpy() instead of a loop and make ↵Arnaud Fontaine1-2/+4
data_len the length in bytes
2010-11-14Fix indentation and change email addressArnaud Fontaine1-1/+1
2010-11-14Fix indentation and untabifyArnaud Fontaine1-104/+104
2010-11-14Add missing _NET_WM_HANDLED_ICONSArnaud Fontaine1-2/+32
2010-11-14Fix _NET_WM_STRUT and _NET_WM_STRUT_PARTIALArnaud Fontaine1-17/+41
2010-11-14Remove UTF8 reply macro in favor of inline functionsArnaud Fontaine1-32/+71
2010-11-14Remove a macro in favor of inline functionsArnaud Fontaine1-54/+142
2010-11-14Clean up and add missing protypesArnaud Fontaine1-157/+1468
2010-11-14Clean upArnaud Fontaine1-14/+124
2010-11-14Add missing return valuesArnaud Fontaine1-10/+10
2010-11-14Allow per-connection EWMH informationArnaud Fontaine1-36/+50
2010-11-14Add xcb-util/ewmh libraryArnaud Fontaine1-0/+596