author | Max Kellermann <max@duempel.org> | |
Wed, 17 Sep 2008 10:05:02 +0000 (12:05 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Wed, 17 Sep 2008 10:05:02 +0000 (12:05 +0200) | ||
commit | 51cb2863dd7def8505ba37bdbcb8221416c26f55 | |
tree | 3672d81258baf9ecbb06398cd30c9e84128eff4c | tree | snapshot |
parent | b126dbbfecd92850528b37b7f580e48601023748 | commit | diff |
replaced get_screen_X() with static screen_functions variable
Compile time initialization saves resources, compared to run-time
initialization. Declare all screen_function structs as global
variables, and remove all get functions.
Compile time initialization saves resources, compared to run-time
initialization. Declare all screen_function structs as global
variables, and remove all get functions.