[cairo-commit] libglc/src glc_glx_info.c,1.1.1.1,1.2

David Reveman commit at pdx.freedesktop.org
Thu Nov 27 10:56:46 PST 2003


Committed by: davidr

Update of /cvs/cairo/libglc/src
In directory pdx:/tmp/cvs-serv25326/src

Modified Files:
	glc_glx_info.c 
Log Message:
Type fix for not thread safe building

Index: glc_glx_info.c
===================================================================
RCS file: /cvs/cairo/libglc/src/glc_glx_info.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** glc_glx_info.c	27 Nov 2003 11:46:41 -0000	1.1.1.1
--- glc_glx_info.c	27 Nov 2003 18:56:44 -0000	1.2
***************
*** 72,82 ****
  
  /* not thread safe */
! static glc_thread_info_t thread_info = {
    NULL,
    GLC_STATUS_SUCCESS
  };
  
! glc_thread_info_t *
! glc_thread_info_get (void)
  {
    return &thread_info;
--- 72,82 ----
  
  /* not thread safe */
! static glc_glx_thread_info_t thread_info = {
    NULL,
    GLC_STATUS_SUCCESS
  };
  
! glc_glx_thread_info_t *
! glc_glx_thread_info_get (void)
  {
    return &thread_info;





More information about the cairo-commit mailing list