summaryrefslogtreecommitdiff
path: root/src/gallium/targets/graw-null/graw_null.c
blob: f1fe3872c94a3905f5638fe681bd006f3bc61687 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include "state_tracker/graw.h"




struct pipe_screen *
graw_create_window_and_screen( int x,
                               int y,
                               unsigned width,
                               unsigned height,
                               enum pipe_format format,
                               void **handle)
{
   return NULL;
}



void 
graw_set_display_func( void (*draw)( void ) )
{
}


void
graw_main_loop( void )
{
}