summaryrefslogtreecommitdiffstats
path: root/include/ui/FramebufferNativeWindow.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-04 19:38:43 -0700
committerMathias Agopian <mathias@google.com>2009-05-04 19:38:43 -0700
commit6279619e4279daf77feff0c76e089b26ad66124f (patch)
tree8189ce775d4ed72742bf9c5f4a4f12c5833767b9 /include/ui/FramebufferNativeWindow.h
parentdff8e58d47ede6e748c0b02e128ca33b42a4f362 (diff)
downloadframeworks_base-6279619e4279daf77feff0c76e089b26ad66124f.zip
frameworks_base-6279619e4279daf77feff0c76e089b26ad66124f.tar.gz
frameworks_base-6279619e4279daf77feff0c76e089b26ad66124f.tar.bz2
minor clean-up in FramebufferNativeWindow
Diffstat (limited to 'include/ui/FramebufferNativeWindow.h')
-rw-r--r--include/ui/FramebufferNativeWindow.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/ui/FramebufferNativeWindow.h b/include/ui/FramebufferNativeWindow.h
index 1d49cca..4b281db 100644
--- a/include/ui/FramebufferNativeWindow.h
+++ b/include/ui/FramebufferNativeWindow.h
@@ -76,13 +76,9 @@ public:
framebuffer_device_t const * getDevice() const { return fbDev; }
- void setSwapRectangle(const Rect& dirty);
-
private:
friend class LightRefBase<FramebufferNativeWindow>;
~FramebufferNativeWindow(); // this class cannot be overloaded
- static void connect(android_native_window_t* window);
- static void disconnect(android_native_window_t* window);
static int setSwapInterval(android_native_window_t* window, int interval);
static int dequeueBuffer(android_native_window_t* window, android_native_buffer_t** buffer);
static int lockBuffer(android_native_window_t* window, android_native_buffer_t* buffer);
@@ -94,8 +90,6 @@ private:
sp<NativeBuffer> buffers[2];
sp<NativeBuffer> front;
- Rect mDirty;
-
mutable Mutex mutex;
Condition mCondition;
int32_t mNumBuffers;