Home
last modified time | relevance | path

Searched refs:PIXMAP_OURS (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dafterstep.h265 #define PIXMAP_OURS 2048 /* is the icon pixmap ours to free? */ macro
H A Dicons.c64 tmp_win->flags &= ~PIXMAP_OURS; in CreateIconWindow()
538 tmp_win->flags |= PIXMAP_OURS; in GetXPMFile()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Dicons.c305 tmp_win->flags |= PIXMAP_OURS; in get_xpm_file()
508 tmp_win->flags &= ~PIXMAP_OURS; in ICON_CreateWindow()
572 tmp_win->flags |= PIXMAP_OURS; in ICON_CreateWindow()
H A Dmwm.h355 #define PIXMAP_OURS 0x00000800 /* is the icon pixmap ours to free? */ macro
H A Dwindows.c1883 if ((tmp->icon_w) && (tmp->flags & PIXMAP_OURS)) in WIN_DestroyWindow()