summaryrefslogtreecommitdiff
path: root/src/core/stdidle/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stdidle/main.cpp')
-rw-r--r--src/core/stdidle/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/stdidle/main.cpp b/src/core/stdidle/main.cpp
index 9906dedd38..50a9b58e6f 100644
--- a/src/core/stdidle/main.cpp
+++ b/src/core/stdidle/main.cpp
@@ -72,8 +72,7 @@ extern "C" int __declspec(dllexport) Load(void)
MyMonitorFromWindow = (pfnMyMonitorFromWindow)GetProcAddress(hUser32, "MonitorFromWindow");
MyGetMonitorInfo = (pfnMyGetMonitorInfo)GetProcAddress(hUser32, "GetMonitorInfoW");
-
- pcli = ( CLIST_INTERFACE* )CallService(MS_CLIST_RETRIEVE_INTERFACE, 0, (LPARAM)hInst);
+ mir_getCLI();
LoadIdleModule();
return 0;