Opened 9 years ago
Last modified 9 years ago
#12773 new task
Create common video connector language
Reported by: | kallisti5 | Owned by: | kallisti5 |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Drivers/Graphics | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Haiku's accelerants should speak the same language on video connector types. This would enable the screen preflet to someday know what each attached monitor is (something handy when we get multi-screen support someday)
Attachments (2)
Change History (5)
by , 9 years ago
Attachment: | video_connector.diff added |
---|
comment:1 by , 9 years ago
patch: | 0 → 1 |
---|
comment:2 by , 9 years ago
comment:3 by , 9 years ago
It looks like GET_MONITOR_INFO was never used... might be a great spot to add display information:
$ grep -R B_GET_MONITOR_INFO src/servers/app/ src/servers/app/drawing/interface/local/AccelerantHWInterface.cpp: = (get_monitor_info)fAccelerantHook(B_GET_MONITOR_INFO, NULL); $ grep -R B_GET_MONITOR_INFO src/add-ons/accelerants/
Note:
See TracTickets
for help on using tickets.
was opened mostly to serve as a RFC.