Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5059 serge 1
LIBDRM {
2
    global: DllStartup;
3
            DrvInit;
4
	    uxa_bitmap_from_handle;
5
    	    uxa_blit_tex;
6
    	    sna_create_mask;
7
    	    uxa_set_bo_handle;
8
 
9
    local:  __chkstk;
10
    	    __chkstk_ms;
11
    	    _alloca;
12
            __uxa_lock;
13
            _nm__tls_alloc;
14
            *;
15
};