the Fiddler's picture

Provide stubs for multi-monitor API, so that it works on Windows 98

Project:The Open Toolkit library
Version:0.9.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:open
Description

The stub should simply emulate the normal win32 multimonitor API (GetMonitorInfo, EnumDisplayDevices, MonitorFromPoint, MonitorFromWindow) using the primary (and only) display device.

The following link explains on how to do this: http://www.microsoft.com/msj/0697/monitor/monitor.aspx. Multimon.h contains the necessary code.