aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-03-22 21:39:09 +0000
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-03-24 16:15:26 -0700
commit823c688376292596edaa2846a005d1398a3c8d12 (patch)
treec61a016ab4e5c1777349968b077adb894cbf58b2 /include
parentd33ce433dda9ac4edb69d37407c6c6eb335c3aee (diff)
downloadsystem_core-823c688376292596edaa2846a005d1398a3c8d12.zip
system_core-823c688376292596edaa2846a005d1398a3c8d12.tar.gz
system_core-823c688376292596edaa2846a005d1398a3c8d12.tar.bz2
Fix the QCOM_BSP ifdef
We only want this when the full BSP is enabled. Change-Id: I7bb7b0d274d1221c5bb566d4ac24419e1e134519
Diffstat (limited to 'include')
-rw-r--r--include/system/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/system/window.h b/include/system/window.h
index 8d130d5..2d834f6 100644
--- a/include/system/window.h
+++ b/include/system/window.h
@@ -266,7 +266,7 @@ enum {
NATIVE_WINDOW_SET_BUFFERS_USER_DIMENSIONS = 15, /* private */
NATIVE_WINDOW_SET_POST_TRANSFORM_CROP = 16, /* private */
NATIVE_WINDOW_SET_BUFFERS_SIZE = 17, /* private */
-#ifdef QCOM_HARDWARE
+#ifdef QCOM_BSP
NATIVE_WINDOW_UPDATE_BUFFERS_GEOMETRY = 18, /* private */
#endif
};