[cairo-commit] libglc/src glc_glx_context.c,1.1.1.1,1.2 glc_glxint.h,1.1.1.1,1.2
David Reveman
commit at pdx.freedesktop.org
Thu Nov 27 10:47:45 PST 2003
Committed by: davidr
Update of /cvs/cairo/libglc/src
In directory pdx:/tmp/cvs-serv21031/src
Modified Files:
glc_glx_context.c glc_glxint.h
Log Message:
Use XID instead of GLXFBConfigID
Index: glc_glx_context.c
===================================================================
RCS file: /cvs/cairo/libglc/src/glc_glx_context.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** glc_glx_context.c 27 Nov 2003 11:47:05 -0000 1.1.1.1
--- glc_glx_context.c 27 Nov 2003 18:47:43 -0000 1.2
***************
*** 74,78 ****
_glc_glx_context_create_for_fbconfig_with_type
(glc_glx_screen_info_t *screen_info,
! GLXFBConfigID fbconfigid,
glc_glx_format_type_t type,
GLXContext share_list)
--- 74,78 ----
_glc_glx_context_create_for_fbconfig_with_type
(glc_glx_screen_info_t *screen_info,
! XID fbconfigid,
glc_glx_format_type_t type,
GLXContext share_list)
***************
*** 162,166 ****
glc_glx_context_get_with_fbconfig_and_type
(glc_glx_screen_info_t *screen_info,
! GLXFBConfigID fbconfigid,
glc_glx_format_type_t type)
{
--- 162,166 ----
glc_glx_context_get_with_fbconfig_and_type
(glc_glx_screen_info_t *screen_info,
! XID fbconfigid,
glc_glx_format_type_t type)
{
Index: glc_glxint.h
===================================================================
RCS file: /cvs/cairo/libglc/src/glc_glxint.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** glc_glxint.h 27 Nov 2003 11:46:41 -0000 1.1.1.1
--- glc_glxint.h 27 Nov 2003 18:47:43 -0000 1.2
***************
*** 75,79 ****
typedef struct _glc_glx_fbid_t {
! GLXFBConfigID fbid;
glc_glx_format_type_t type;
} glc_glx_fbid_t;
--- 75,79 ----
typedef struct _glc_glx_fbid_t {
! XID fbid;
glc_glx_format_type_t type;
} glc_glx_fbid_t;
More information about the cairo-commit
mailing list