[Alephmodular-devel] CDisplay setup
Status: Pre-Alpha
Brought to you by:
brefin
From: Br'fin <br...@ma...> - 2003-03-13 05:52:02
|
I'm strongly considering a setup where a CDisplay is initialized/changed via a CDisplayInfo class. A class with all the raw info about a display. For instance: Bit depth Dimensions Window vs FullScreen TopLeft offset (0, 0 for fullscreen, window position for a window) Hardware acceleration Screen Screen might not ignored if we're windowed. Fades should be limited to that screen only. Though for a window that might be updated on the fly for which screen the window is deemed to be on. :) At any rate, this information isn't so important for being stored like this within CDisplay. Instead, it's important for setting up the CDisplay, getting information from it and updating it. Thoughts, comments, alternatives? This is along the lines of the GDspec in the current code. -Jeremy Parsons |