Place to put new function to use in all projects

2019-08-14 Thread coypu
hi folks, I would feel much better if there was xorg_secure_getenv wrapper, and did a global s/getenv/xorg_secure_getenv/g, instead of auditing them individually. This requires introducing it in somewhere globally convenient. what's the right place? (If I do this can I bump the minimum version o

[PATCH app/xev] parse state to describe in-use modifiers

2019-08-14 Thread Benjamin Elijah Griffin
Example for : KeyPress event, serial 28, synthetic NO, window 0x2a1, root 0x176, subw 0x0, time 605237548, (-825,547), root:(303,559), state 0x4, keycode 54 (keysym 0x63, c), same_screen YES, modifier: control XLookupString gives 1 bytes: (03) "" XmbLookupString gives 1 byt

Re: [PATCH app/xev] parse state to describe in-use modifiers

2019-08-14 Thread walter harms
Am 14.08.2019 04:36, schrieb Benjamin Elijah Griffin: > Example for : > > KeyPress event, serial 28, synthetic NO, window 0x2a1, > root 0x176, subw 0x0, time 605237548, (-825,547), root:(303,559), > state 0x4, keycode 54 (keysym 0x63, c), same_screen YES, > modifier: control >

Re: Place to put new function to use in all projects

2019-08-14 Thread Alan Coopersmith
On 8/13/19 7:14 AM, co...@sdf.org wrote: hi folks, I would feel much better if there was xorg_secure_getenv wrapper, and did a global s/getenv/xorg_secure_getenv/g, instead of auditing them individually. This requires introducing it in somewhere globally convenient. what's the right place? Wh