From 5f053de9d8b24288123c7dd341053682a321c80e Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: Jul 31 2024 15:53:56 +0000 Subject: handle screen events for maemo --- diff --git a/maemo/config.h.bottom b/maemo/config.h.bottom index 3d62786..b86ad6a 100644 --- a/maemo/config.h.bottom +++ b/maemo/config.h.bottom @@ -9,6 +9,7 @@ //#define DOCK //#define TOP_RESIZE //#define TOP +#define SCREEN_EVENTS #define WIDTH_SCALE 1/1 // (nominator)/(denomitator) #define HEIGHT_SCALE 1/3 diff --git a/maemo/config.h.dock b/maemo/config.h.dock index b4afdc8..7412d92 100644 --- a/maemo/config.h.dock +++ b/maemo/config.h.dock @@ -9,6 +9,7 @@ #define DOCK //#define TOP_RESIZE //#define TOP +#define SCREEN_EVENTS #define WIDTH_SCALE 1/1 // (nominator)/(denomitator) #define HEIGHT_SCALE 1/3 diff --git a/maemo/config.h.top b/maemo/config.h.top index fe8bfc7..e8534aa 100644 --- a/maemo/config.h.top +++ b/maemo/config.h.top @@ -9,6 +9,7 @@ //#define DOCK //#define TOP_RESIZE #define TOP +#define SCREEN_EVENTS #define WIDTH_SCALE 1/1 // (nominator)/(denomitator) #define HEIGHT_SCALE 1/3