Home
last modified time | relevance | path

Searched refs:cs_pix (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmIdent/
H A DFvwmIdent.c1000 Pixmap cs_pix; in PixmapDrawWindow() local
1001 cs_pix = CreateBackgroundPixmap(dpy, main_win, w, h, in PixmapDrawWindow()
1004 if (cs_pix == ParentRelative) in PixmapDrawWindow()
1006 pix = cs_pix; in PixmapDrawWindow()
1011 dpy, cs_pix, 0,0,w,h,Pdepth, gc); in PixmapDrawWindow()
1012 XFreePixmap(dpy, cs_pix); in PixmapDrawWindow()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmIdent/
H A DFvwmIdent.c990 Pixmap cs_pix; in PixmapDrawWindow() local
991 cs_pix = CreateBackgroundPixmap(dpy, main_win, w, h, in PixmapDrawWindow()
994 if (cs_pix == ParentRelative) in PixmapDrawWindow()
996 pix = cs_pix; in PixmapDrawWindow()
1001 dpy, cs_pix, 0,0,w,h,Pdepth, gc); in PixmapDrawWindow()
1002 XFreePixmap(dpy, cs_pix); in PixmapDrawWindow()