[Title] bug fix : side effect of SWT.ON_TOP
authorSon Hyunjun <hj79.son@samsung.com>
Tue, 17 Apr 2012 00:15:24 +0000 (09:15 +0900)
committerSon Hyunjun <hj79.son@samsung.com>
Tue, 17 Apr 2012 00:15:24 +0000 (09:15 +0900)
commitaa78e73a235a2b09d221beb424b938e705ca1520
tree9d5a952732d959697487b1e72b4aeff60ee6d015
parente38618165cb52911b0ed9aa23e9e8dfbd1540d4f
[Title] bug fix : side effect of SWT.ON_TOP
[Type] Bugfix
[Module] Skin
[Priority] Major
[CQ#]
[Redmine#]
[Problem] alway on top hides emulator menu bar(in Windows and Ubuntu) and steals other app's focus(in Ubuntu).
[Cause]
[Solution] use native apis based on 'wmctrl'.

Change-Id: I7bfe481e34b69780388b2953bc6a7dcb6a735317
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java [changed mode: 0644->0755]
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkinMain.java