From kde-windows Sat May 16 17:13:55 2009 From: Carlo Date: Sat, 16 May 2009 17:13:55 +0000 To: kde-windows Subject: knotificationitem compiling errors Message-Id: <3262b6180905161013o440ec93chbf4f373d649870f0 () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=kde-windows&m=124249412105676 some of the code in knotificationitem.cpp has been copied from ksystemtray.cpp and there is a windows only section that doesn't compile since other piece of code are missing the code is this one if(GetTickCount() - d->dwTickCount < 300) { and dwTickCount doesn't exist, so now I don't know if this code would be useful in knotificationitem.cpp or we can get rid of it the other problem is in knotificationitemdbus_p.cpp, the function KNotificationItemDBus::WindowId() is expected to return int but winId() on windows is HWND*, since I don't know dbus well will it work to change the return type to WId? _______________________________________________ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows