summaryrefslogtreecommitdiff
path: root/ewmh/xcb_ewmh.h.m4
AgeCommit message (Expand)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
2011-04-23Untabify for consistency.Arnaud Fontaine1-4/+4
2011-04-23Fix setters for _NET_WM_ICON to allow more than one icon.Arnaud Fontaine1-8/+51
2011-03-26Return more icons from _NET_WM_ICONUli Schlachter1-1/+19
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 data_le...Arnaud Fontaine1-2/+4
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