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 385... Line 385...
385
#if HAVE_WAYLAND_PLATFORM
385
#if HAVE_WAYLAND_PLATFORM
386
   case GBM_BO_IMPORT_WL_BUFFER:
386
   case GBM_BO_IMPORT_WL_BUFFER:
387
   {
387
   {
388
      struct wl_drm_buffer *wb = (struct wl_drm_buffer *) buffer;
388
      struct wl_drm_buffer *wb = (struct wl_drm_buffer *) buffer;
Line -... Line 389...
-
 
389
 
-
 
390
      if (dri->wl_drm == NULL)
-
 
391
         return NULL;
389
 
392
 
390
      if (!wayland_buffer_is_drm(buffer))
393
      if (!wayland_buffer_is_drm(dri->wl_drm, buffer))
Line 391... Line 394...
391
         return NULL;
394
         return NULL;
Line 392... Line 395...
392
 
395