gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.c

This commit is contained in:
Brian Paul 2009-08-12 10:19:59 -06:00
parent 0528d6c704
commit f5dd1cff94
3 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ LIBRARY_INCLUDES = \
C_SOURCES = \
glx_getproc.c \
fakeglx.c \
fakeglx_fonts.c \
glx_usefont.c \
xm_api.c
include ../../../Makefile.template

View File

@ -21,7 +21,7 @@ if env['platform'] == 'linux' \
source = [
'glx_getproc.c',
'fakeglx.c',
'fakeglx_fonts.c',
'glx_usefont.c',
'xm_api.c',
]
)