mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
More ephyr/glamor glue.
This commit is contained in:
parent
0ec823ce5b
commit
da6e0ffad2
5 changed files with 43 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue