summaryrefslogtreecommitdiffstats
path: root/include/ui
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-08-13 17:29:02 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-08-13 18:19:32 -0700
commit317a6280cc109e873646e4652be1582d870eedfd (patch)
tree3b6d41d465282970f498e172b81ed0ee83e3183e /include/ui
parent81655243a6a373cfde1e689970eeb62af19622d1 (diff)
downloadframeworks_base-317a6280cc109e873646e4652be1582d870eedfd.zip
frameworks_base-317a6280cc109e873646e4652be1582d870eedfd.tar.gz
frameworks_base-317a6280cc109e873646e4652be1582d870eedfd.tar.bz2
Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed.
this also ripples into the window manager API by making some constant there deprecated as well.
Diffstat (limited to 'include/ui')
-rw-r--r--include/ui/ISurfaceComposer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ui/ISurfaceComposer.h b/include/ui/ISurfaceComposer.h
index 1788265..25d954c 100644
--- a/include/ui/ISurfaceComposer.h
+++ b/include/ui/ISurfaceComposer.h
@@ -40,8 +40,6 @@ public:
enum { // (keep in sync with Surface.java)
eHidden = 0x00000004,
- eGPU = 0x00000008,
- eHardware = 0x00000010,
eDestroyBackbuffer = 0x00000020,
eSecure = 0x00000080,
eNonPremultiplied = 0x00000100,