Home
last modified time | relevance | path

Searched refs:get_GC (Results 1 – 3 of 3) sorted by relevance

/dports/devel/z88dk/z88dk/examples/graphics/
H A Dxample.c22 void get_GC(Window win, GC **gc, XFontStruct *font_info);
79 get_GC(win, &gc, font_info); in main()
124 void get_GC(Window win, GC **gcp, XFontStruct *font_info) in get_GC() function
/dports/x11-toolkits/wmapp/wmapp-0.0.4.3/
H A Dxwrapper.h67 X::GC get_GC() const;
139 Xwrapper::get_GC() const { return xGC; } in get_GC() function
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dxcl.c254 static Bool get_GC(Display *dpy,Window win,GC *gc,long color) in get_GC() function
393 if (!get_GC(display, MI_WINDOW(mi), &(dp->erase_gc),dp->bg)) { in init_xcl()
402 if (!get_GC(display, MI_WINDOW(mi), &(dp->gc[i]), in init_xcl()