mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user