Subversion Repositories Kolibri OS

Rev

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

Rev 9785 Rev 9787
Line 5... Line 5...
5
#include "SDL_error.h"
5
#include "SDL_error.h"
6
#include "SDL_video.h"
6
#include "SDL_video.h"
7
#include "SDL_mouse.h"
7
#include "SDL_mouse.h"
8
#include "SDL_sysvideo.h"
8
#include "SDL_sysvideo.h"
9
#include "SDL_pixels_c.h"
9
#include "SDL_pixels_c.h"
10
#include "SDL_menuetvideo.h"
10
#include "SDL_kolibri_video.h"
11
#include 
11
#include 
Line 12... Line 12...
12
 
12
 
13
static SDL_VideoDevice * vm_suf=NULL;
13
static SDL_VideoDevice * vm_suf=NULL;
14
static int was_initialized = 0;
14
static int was_initialized = 0;
Line 277... Line 277...
277
    dev->ShowWMCursor = kos_ShowWMCursor;
277
    dev->ShowWMCursor = kos_ShowWMCursor;
278
    dev->CheckMouseMode = kos_CheckMouseMode;
278
    dev->CheckMouseMode = kos_CheckMouseMode;
279
    return dev;
279
    return dev;
280
}
280
}
Line 281... Line 281...
281
 
281
 
282
VideoBootStrap mosvideo_bootstrab = {
282
VideoBootStrap kos_video_bootstrab = {
283
    "kolibrios", "KolibriOS Device Driver",
283
    "kolibrios", "KolibriOS Device Driver",
284
    kos_Available, kos_CreateDevice,
284
    kos_Available, kos_CreateDevice,