mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Fix build config
This commit is contained in:
parent
0d9599fd52
commit
5f33056f5a
6 changed files with 12 additions and 12 deletions
|
|
@ -515,13 +515,13 @@ public:
|
|||
|
||||
SetFocus(ETrue);
|
||||
|
||||
#ifdef RW_GL3
|
||||
#ifndef S60V3
|
||||
Window().EnableAdvancedPointers();
|
||||
#endif
|
||||
EnableDragEvents();
|
||||
ActivateL();
|
||||
|
||||
#ifdef RW_GL3
|
||||
#ifndef S60V3
|
||||
// VC4 check
|
||||
VersionInfo::TPlatformVersion platformVersion;
|
||||
VersionInfo::GetVersion(platformVersion);
|
||||
|
|
@ -640,7 +640,7 @@ public:
|
|||
// CCoeControl::HandlePointerEventL(aPointerEvent);
|
||||
// return;
|
||||
// }
|
||||
#ifdef RW_GL3
|
||||
#ifndef S60V3
|
||||
const TAdvancedPointerEvent* advpointer = aPointerEvent.AdvancedPointerEvent();
|
||||
int i = advpointer != NULL ? advpointer->PointerNumber() : 0;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue