More ephyr/glamor glue.

This commit is contained in:
Eric Anholt 2008-12-16 14:00:05 -08:00 • committed by Zhigang Gong
commit da6e0ffad2
5 changed files with 43 additions and 8 deletions

View file

@ -25,7 +25,7 @@
*
*/
/** @file
/** @file glamor.c
* This file covers the initialization and teardown of glamor, and has various
* functions not responsible for performing rendering.
*/
@ -35,3 +35,13 @@
#endif
#include <stdlib.h>
#include "glamor.h"
/** Set up glamor for an already-configured GL context. */
Bool
glamor_init(ScreenPtr screen)
{
return Success;
}