I'm trying to implement TScreen, but I encountered a problem. Lazarus is designed to be platform and widget independend. But when I try to implement TScreen.Height and TScreen.Width, I need to access GDK functions. I can also access Xlib functions, but X is not available in Win32 and some others OSses. What shall I do?