Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
skinlf
skinlf-6.7-getpeer.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File skinlf-6.7-getpeer.patch of Package skinlf
--- skinlf-6.7/src/com/l2fprod/gui/nativeskin/win32/Win32NativeSkin.java 2017-09-20 09:40:46.096375168 +0200 +++ skinlf-6.7/src/com/l2fprod/gui/nativeskin/win32/Win32NativeSkin.java 2017-09-20 10:07:02.226568456 +0200 @@ -200,7 +200,7 @@ * @return The HWND value */ private static int getHWND(Window window) { - if (window.getPeer() == null) { + if (!window.isDisplayable()) { window.addNotify(); } @@ -217,7 +217,7 @@ drawingSurfaceInfo = Class.forName("sun.awt.DrawingSurface"). getMethod("getDrawingSurfaceInfo", null). - invoke(window.getPeer(), null); + invoke(window.getClass().getMethod("getPeer").invoke(window), null); if (null != drawingSurfaceInfo) { // drawingSurfaceInfo.lock();
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor