GUI/Maximum window dimensions: Difference between revisions

Content added Content deleted
(Added C implementation.)
Line 100: Line 100:


=={{header|C}}==
=={{header|C}}==
==={{Windows}}===
===Windows===
The following implementation has been tested on Windows 8.1, may not work on Linux systems.
The following implementation has been tested on Windows 8.1, may not work on Linux systems.
<lang C>
<lang C>
Line 118: Line 118:
Dimensions of the screen are (w x h) : 1536 x 864 pixels
Dimensions of the screen are (w x h) : 1536 x 864 pixels
</pre>
</pre>

=={{header|Creative Basic}}==
=={{header|Creative Basic}}==
<lang Creative Basic>
<lang Creative Basic>