Advertisement
Mister_Magister

Untitled

Oct 19th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. surfaceflinger_screeninfo.cpp: In constructor '{anonymous}::SurfaceFlingerScreenInfoAndroidSource::SurfaceFlingerScreenInfoAndroidSource(size_t)':
  2. surfaceflinger_screeninfo.cpp:135:30: error: aggregate '{anonymous}::SurfaceFlingerScreenInfoAndroidSource::SurfaceFlingerScreenInfoAndroidSource(size_t)::SfDisplayInfo display_info' has incomplete type and cannot be defined
  3. struct SfDisplayInfo display_info;
  4. ^
  5. surfaceflinger_screeninfo.cpp:136:58: error: 'sf_get_display_info' was not declared in this scope
  6. if (sf_get_display_info(display_id, &display_info) == 0) {
  7. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement