summaryrefslogtreecommitdiffstats
path: root/include/gui
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2014-08-07 22:19:07 -0700
committerJesse Hall <jessehall@google.com>2014-09-04 10:07:28 -0700
commit646f54105018e99ef4a30ee41f01f7d1ab66c38e (patch)
tree67ddfa8460705b5d666c38b6260d2f5dc3b134a1 /include/gui
parent46a1f6b40e1f7677cd41cd30f729ff66c7c21517 (diff)
downloadframeworks_native-646f54105018e99ef4a30ee41f01f7d1ab66c38e.zip
frameworks_native-646f54105018e99ef4a30ee41f01f7d1ab66c38e.tar.gz
frameworks_native-646f54105018e99ef4a30ee41f01f7d1ab66c38e.tar.bz2
surfaceflinger: fix -Wmismatched-tags warnings
warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags] warning: class 'DisplayInfo' was previously declared as a struct [-Wmismatched-tags] Change-Id: I13db9f8aab3a957ce8ff8d64598dae1807d6fe7e
Diffstat (limited to 'include/gui')
-rw-r--r--include/gui/ISurfaceComposer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/ISurfaceComposer.h b/include/gui/ISurfaceComposer.h
index 9f1937b..d0031fb 100644
--- a/include/gui/ISurfaceComposer.h
+++ b/include/gui/ISurfaceComposer.h
@@ -38,7 +38,7 @@ namespace android {
class ComposerState;
class DisplayState;
-class DisplayInfo;
+struct DisplayInfo;
class IDisplayEventConnection;
class IMemoryHeap;
class Rect;