Lines Matching refs:Hints
219 XWMHints Hints; in Init() local
220 Hints.flags = InputHint; in Init()
221 Hints.input = (nSalFrameStyle & SAL_FRAME_STYLE_OWNERDRAWDECORATION) ? False : True; in Init()
432 Hints.icon_pixmap, Hints.icon_mask ); in Init()
440 Hints.flags |= IconPixmapHint; in Init()
441 if( Hints.icon_mask ) in Init()
442 Hints.flags |= IconMaskHint; in Init()
464 Hints.flags |= WindowGroupHint; in Init()
465 Hints.window_group = pWMHints->window_group; in Init()
473 Hints.flags |= WindowGroupHint; in Init()
474 Hints.window_group = pFrame->GetShellWindow(); in Init()
503 if( (Hints.flags & WindowGroupHint) == WindowGroupHint ) in Init()
505 if( Hints.window_group == None ) in Init()
506 Hints.window_group = GetShellWindow(); in Init()
524 XSetWMHints( GetXDisplay(), mhWindow, &Hints ); in Init()
1056 XWMHints Hints; in SetIcon() local
1057 Hints.flags = 0; in SetIcon()
1061 memcpy(&Hints, pHints, sizeof( XWMHints )); in SetIcon()
1064 pHints = &Hints; in SetIcon()