Searched refs:window_class (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libepoxy/dist/test/
H A Dwgl_common.c94 WNDCLASS window_class; local in function:make_window_and_test
99 memset(&window_class, 0, sizeof(window_class));
100 window_class.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW;
101 window_class.lpfnWndProc = window_proc;
102 window_class.cbClsExtra = 0;
103 window_class.cbWndExtra = 0;
104 window_class.hInstance = hcurrentinst;
105 window_class.hIcon = LoadIcon(NULL, IDI_APPLICATION);
106 window_class
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DIntrinsic.c483 unsigned int window_class,
510 (int) widget->core.depth, window_class, visual,
482 XtCreateWindow(Widget widget,unsigned int window_class,Visual * visual,XtValueMask value_mask,XSetWindowAttributes * attributes) argument

Completed in 23 milliseconds