Subversion Repositories Kolibri OS

Rev

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

Rev 4358 Rev 4401
Line 244... Line 244...
244
                                                   const struct native_config *nconf);
244
                                                   const struct native_config *nconf);
Line 245... Line 245...
245
 
245
 
246
   const struct native_display_buffer *buffer;
246
   const struct native_display_buffer *buffer;
247
   const struct native_display_modeset *modeset;
247
   const struct native_display_modeset *modeset;
-
 
248
   const struct native_display_wayland_bufmgr *wayland_bufmgr;
-
 
249
 
-
 
250
#ifdef HAVE_WAYLAND_BACKEND
-
 
251
   struct wl_drm *wl_server_drm; /* for EGL_WL_bind_wayland_display */
248
   const struct native_display_wayland_bufmgr *wayland_bufmgr;
252
#endif
Line 249... Line 253...
249
};
253
};
250
 
254
 
251
/**
255
/**