Re: [PATCH] move xa_string initialisation before first use

[email protected] (Jérémie Courrèges -Anglas)
Newsgroups gmane.comp.window-managers.ratpoison.devel
Message-ID <[email protected]>
"Bernhard R. Link" <[email protected]> writes:

> otherwise ratpoison -c no longer works

Indeed, please commit.

> ---
>  src/main.c |   10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/src/main.c b/src/main.c
> index 61aad69..ce90847 100644
> --- a/src/main.c
> +++ b/src/main.c
> @@ -673,6 +673,11 @@ main (int argc, char *argv[])
>    rp_command_result = XInternAtom (dpy, "RP_COMMAND_RESULT", False);
>    rp_selection = XInternAtom (dpy, "RP_SELECTION", False);
>  
> +  /* TEXT atoms */
> +  xa_string = XA_STRING;
> +  xa_compound_text = XInternAtom(dpy, "COMPOUND_TEXT", False);
> +  xa_utf8_string = XInternAtom(dpy, "UTF8_STRING", False);
> +
>    if (cmd_count > 0)
>      {
>        int j;
> @@ -701,11 +706,6 @@ main (int argc, char *argv[])
>    wm_take_focus = XInternAtom(dpy, "WM_TAKE_FOCUS", False);
>    wm_colormaps = XInternAtom(dpy, "WM_COLORMAP_WINDOWS", False);
>  
> -  /* TEXT atoms */
> -  xa_string = XA_STRING;
> -  xa_compound_text = XInternAtom(dpy, "COMPOUND_TEXT", False);
> -  xa_utf8_string = XInternAtom(dpy, "UTF8_STRING", False);
> -
>    /* netwm atoms */
>    _net_wm_pid = XInternAtom(dpy, "_NET_WM_PID", False);
>    PRINT_DEBUG (("_NET_WM_PID = %ld\n", _net_wm_pid));
<#secure method=pgpmime mode=sign>

-- 
Jérémie Courrèges-Anglas
GPG Key fingerprint: 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494

_______________________________________________
Ratpoison-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/ratpoison-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.