<div dir="ltr">On Mon, Jul 15, 2013 at 2:47 PM, Joe Singleton <span dir="ltr"><<a href="mailto:joesingo@gmail.com" target="_blank">joesingo@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi, I'm new to this list so I hope it is okay to ask questions here.<div>

<br></div><div>I'm making a small application using love 2d (an engine for making 2d games) and would like to know how to set the type, name, title, class and role properties for the app so I can change the way the window appears with rc.xml.</div>

</div></blockquote><div><br></div><div>I'm not sure what love engine provides. But you can look at obt/prop.c in the openbox source tree for examples of how to set string properties using libX11 directly. Setting the _NET_WM_NAME will give the window a title.</div>

<div><br></div><div><a href="http://standards.freedesktop.org/wm-spec/1.3/ar01s05.html">http://standards.freedesktop.org/wm-spec/1.3/ar01s05.html</a><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div dir="ltr">
<div><br></div><div>Currently the type is 'normal', the title is 'untitled', the class and name are 'love-0.8' and the role is blank. Changing the window caption doesn't change any of the properties.</div>



<div><br></div><div>I don't want to target every love application so I would greatly appreciate it if someone could help me with this.</div><div><br></div><div>Thanks, Joe</div></div>
<br>_______________________________________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
<br></blockquote></div><br></div></div>