From: Jason L. <low...@ea...> - 2002-04-09 15:37:56
|
The contents of the MOTIF_WM_HINTS atom is a C struct, which is defined in /usr/X11R6/include/Xm/MwmUtil.h as the struct "MotifWmHints". It's basically 5 ints that represent various bit-masked flags. By the way... I'm right in the middle of changing jobs, so my schedule is again in turmoil. I had been doing all my scwm stuff on my work laptop, which I have to return at the end of this week. I just bought a new laptop of my own to replace it and loaded Skipjack (Redhat 7.3 beta) from ISO's, so now I'm going to spend some time getting everything I need installed and configured (including scwm). And then in 2 weeks I'll be repeating this on my new work computer at my new job. *sigh* Later, Jason On Mon, 2002-04-08 at 21:04, Scott Lenser wrote: > > I still haven't been able to test the window manager hint stuff > since I have found a way to display the options that I can > understand. I can get stuff from xprop like this: > > 850> xprop > WM_STATE(WM_STATE): > window state: Normal > icon window: 0x80015b > _MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x2, 0xbffffc84, 0x0, 0x8186fb0, 0x810f83c > XdndAware(ATOM) = ARC > _MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x18, 0x40, 0x10, 0x0, 0x0, 0x0 > WM_CLASS(STRING) = "XMMS_Playlist", "xmms" > WM_LOCALE_NAME(STRING) = "en_US" > WM_CLIENT_MACHINE(STRING) = "strider" > WM_ICON_NAME(STRING) = "XMMS Playlist" > WM_NAME(STRING) = "XMMS Playlist" > WM_CLIENT_LEADER(WINDOW): window id # 0x2a00001 > WM_HINTS(WM_HINTS): > Client accepts input or input focus: True > Initial state is Normal State. > window id # of group leader: 0x2a00001 > WM_NORMAL_HINTS(WM_SIZE_HINTS): > program specified minimum size: 275 by 319 > program specified maximum size: 275 by 319 > WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS > WM_TRANSIENT_FOR(WINDOW): window id # 0x2a0001a > > > I thought I would look at the Motif hints first since they seem to > be the most common, but I haven't been able to find anything that > documents what > > _MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x2, 0xbffffc84, 0x0, 0x8186fb0, 0x810f83c > > means. I've looked on Google a while but didn't find anything particularly > useful. Any hints? > > - Scott > > |