summaryrefslogtreecommitdiff
path: root/ewmh/ewmh.c.m4
AgeCommit message (Expand)AuthorFilesLines
2010-02-11Add missing inclusion of stdlib.h in EWMH headerArnaud Fontaine1-3/+3
2010-02-11xcb_ewmh_init_atoms: don't use VLA for wm_cm_sn declarationArnaud Fontaine1-4/+5
2010-02-11xcb_ewmh_init_atoms: use xcb_setup_roots_length()Arnaud Fontaine1-7/+6
2010-02-11xcb_ewmh_send_client_message: check whether the data fit the ClientMessageArnaud Fontaine1-0/+2
2010-02-11A given connection may have several screens associatedArnaud Fontaine1-84/+152
2010-02-11Remove useless constArnaud Fontaine1-2/+2
2010-02-11Fix typos on _NET_WM_SYNC_REQUEST_COUNTER functions and add it in the Atoms listArnaud Fontaine1-4/+5
2010-02-11Make code generated by m4 more readableArnaud Fontaine1-1/+1
2010-02-11Replace all the ugly if statements with a loopArnaud Fontaine1-14/+13
2010-02-11Fix compiler warning by casting the value to uint64_t before the shiftArnaud Fontaine1-1/+1
2010-02-11xcb_ewmh_send_client_message: use memcpy() instead of a loop and make data_le...Arnaud Fontaine1-18/+14
2010-02-11Fix indentation and change email addressArnaud Fontaine1-30/+30
2010-02-11Atoms previously defined in xcb_atom are now defined in xprotoArnaud Fontaine1-66/+88
2010-02-11Fix indentation and untabifyArnaud Fontaine1-19/+19
2010-02-11Use sizeof() instead of plain integerArnaud Fontaine1-9/+3
2010-02-11Use countof when possible and fix WM_SYNC_REQUEST_COUNTERArnaud Fontaine1-8/+10
2010-02-11Add missing _NET_WM_HANDLED_ICONSArnaud Fontaine1-0/+6
2010-02-11Use countof when possibleArnaud Fontaine1-2/+3
2010-02-11Fix _NET_WM_STRUT and _NET_WM_STRUT_PARTIALArnaud Fontaine1-10/+43
2010-02-11Use countof when possibleArnaud Fontaine1-4/+4
2010-02-11Remove UTF8 reply macro in favor of inline functionsArnaud Fontaine1-22/+1
2010-02-11CosmeticArnaud Fontaine1-5/+5
2010-02-11CosmeticArnaud Fontaine1-189/+175
2010-02-11Use countof() instead of the length value directlyArnaud Fontaine1-15/+21
2010-02-11Remove a macro in favor of inline functionsArnaud Fontaine1-35/+11
2010-02-11Get rid of unreadable shift in DO_REPLY_LIST_VALUES_ATOMArnaud Fontaine1-8/+7
2010-02-11CosmeticArnaud Fontaine1-1/+1
2010-02-11Fix ClientMessage invalid dataArnaud Fontaine1-2/+5
2010-02-11CosmeticArnaud Fontaine1-12/+12
2010-02-11Clean up and add missing protypesArnaud Fontaine1-69/+69
2010-02-11Clean upArnaud Fontaine1-791/+613
2010-02-11Add missing return valuesArnaud Fontaine1-159/+195
2010-02-11Allow per-connection EWMH informationArnaud Fontaine1-242/+263
2010-02-11Add xcb-util/ewmh libraryArnaud Fontaine1-0/+1534