move more gui stuff into console_gui.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94810 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2007-12-26 21:10:42 +00:00
parent 2bed4ec968
commit fe050b42b6
3 changed files with 41 additions and 37 deletions

View File

@@ -45,17 +45,6 @@
#include <SDL/SDL_ttf.h> /* render text on sdl surfaces */
#endif
/* our representation of a displayed window. SDL can only do one main
* window so we map everything within that one
*/
enum { WIN_LOCAL, WIN_REMOTE, WIN_KEYPAD, WIN_MAX };
/* our representation of a displayed window. SDL can only do one main
* window so we map everything within that one
*/
struct display_window {
SDL_Overlay *bmp;
SDL_Rect rect; /* location of the window */
};
#define CONSOLE_VIDEO_CMDS \