aviralgarg05 commented on code in PR #3643:
URL: https://github.com/apache/nuttx-apps/pull/3643#discussion_r3796804128
##########
include/system/nxstore_chrome.h:
##########
@@ -20,38 +20,18 @@
*
****************************************************************************/
-/****************************************************************************
- * Included Files
- ****************************************************************************/
-
-#include "action.h"
-#include "property.h"
+#ifndef __APPS_INCLUDE_SYSTEM_NXSTORE_CHROME_H
+#define __APPS_INCLUDE_SYSTEM_NXSTORE_CHROME_H
/****************************************************************************
- * Public Functions
+ * Pre-processor Definitions
****************************************************************************/
-int init_property_set(FAR struct init_poller_s *ctx,
- FAR const char *key, FAR const char *value)
-{
- init_debug("Setprop key:%s value:%s", key, value);
- init_action_trigger_event(ctx->am, key, value);
- return 0;
-}
-
-void init_property_handler(FAR struct init_poller_s *ctx)
-{
- UNUSED(ctx);
-}
+/* Full-screen applications launched by nxstore share the framebuffer with
+ * its supervisor bar. They must leave this top strip untouched so the
+ * Close control remains visible and usable.
+ */
-void init_property_deinit(FAR struct init_poller_s *ctx)
-{
- UNUSED(ctx);
-}
+#define NXSTORE_BAR_HEIGHT 36
Review Comment:
removed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]