From: Scott L. <sl...@cs...> - 2002-04-04 17:09:21
|
Ah, cool. I didn't know about xprop. Also, I just looked at it looks like I might be able to use 'X-get-property' plus some extra code to find all the properties. Thanks. - Scott > The only way I know to see what hints an app has set is to use xprop to > look at the window's properties. For example the mwm hints go into an > atom called MOTIF_WM_HINTS. You might be able to tell from the code > exactly what atoms correspond to each of those hints. I'll take a look > at some of the apps on my system to see if I come across any of the > one's you're looking for. > > Jason > > On Thu, 2002-04-04 at 00:53, Scott Lenser wrote: > > > > I've mostly finished testing style.scm. Ugh, this file is > > annoying :-(. I wasn't able to test the following functions > > because I need to find apps that set the hints and I don't know > > how to check reasonably easily whether an app uses these hints > > and I don't know which apps set this hints. This is where the > > help comes in. I need to find apps that set these hints. If you > > know of such apps I can just use them. If you know how to > > check what hints an app has set I can look through a lot of apps > > that seem likely to be setting hints until I find ones to use > > to test these hints. > > > > The untested hint stuff is: > > > > #:hint-override, #:mwm-decor-hint, #:mwm-func-hint, > > #:PPosition-hint, #:OL-decor-hint, #:lenience > > |