Subversion Repositories Kolibri OS

Rev

Rev 4500 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4500 Rev 5190
Line 41... Line 41...
41
#include 
41
#include 
42
#include 
42
#include 
Line 43... Line 43...
43
 
43
 
Line 44... Line -...
44
#include "egl_dri2.h"
-
 
45
 
-
 
46
void* load_library(const char *name);
-
 
47
void *get_proc_address(void *module, char *proc_name);
44
#include "egl_dri2.h"
48
 
45
 
49
int (*blit_bitmap_from_handle)(bitmap_t *bitmap, uint32_t handle);
46
int (*blit_bitmap_from_handle)(bitmap_t *bitmap, uint32_t handle);
50
void (*blit_set_bo_handle)(bitmap_t *bitmap, int handle);
47
void (*blit_set_bo_handle)(bitmap_t *bitmap, int handle);