Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

Terminal.h File Reference

#include "types.h"
#include "Tag.h"
#include "Bases.h"

Include dependency graph for Terminal.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define RPCF_RETVAL   (1<<15)
#define RPCF_TAGLIST   (1<<14)
#define RPC_INVALID   0x0000
#define RPC_STARTMOUSETRACKING   0x0001
#define RPC_STOPMOUSETRACKING   0x0002
#define RPC_DRAGWINDOW   0x0003
#define RPC_RESIZEWINDOW   0x0004
#define RPC_SETCOLOR   (0x0005|RPCF_RETVAL)
#define RPC_SETBACKGROUND   (0x0006|RPCF_RETVAL)
#define RPC_DRAWLINE   0x0007
#define RPC_DRAWRECT   0x0008
#define RPC_DRAWFILLEDRECT   0x0009
#define RPC_DRAWPIXEL   0x000A
#define RPC_OPENFONT   (0x000B|RPCF_RETVAL)
#define RPC_CLOSEFONT   0x000C
#define RPC_DRAWTEXT   0x000D
#define RPC_GETFONTSIZE   (0x000E|RPCF_RETVAL)
#define RPC_GETTEXTLENGTH   (0x000F|RPCF_RETVAL)
#define RPC_PUTIMAGE   0x0010
#define RPC_GETSCREENDIMENSIONS   (0x0011|RPCF_TAGLIST)
#define RPC_SETWINDOWDIMENSIONS   0x0012
#define RPC_GETWINDOWDIMENSIONS   (0x0013|RPCF_TAGLIST)
#define RPC_SETPOINTER   0x0014
#define RPC_SETWINDOWTRANSPARENCY   0x0015
#define RPC_OPENWINDOW   (0x0100|RPCF_RETVAL)
#define RPC_CLOSEWINDOW   0x0101
#define RPC_REFRESHWINDOW   0x0102
#define RPC_REFRESHWINDOWPARTIAL   0x0103
#define RPC_CLEARWINDOW   0x0104
#define RPC_GETWINDOWUSERDATA   (0x0105|RPCF_RETVAL)
#define RPC_SETWINDOWLIMITS   0x0106
#define RPC_SETWINDOWSTATE   0x0107
#define RPC_SETWINDOWSHAPE   0x0108
#define RPC_GETWINDOWSTATE   (0x0109|RPCF_RETVAL)

Enumerations

enum  term_functions {
  TERM_STARTMOUSETRACKING = TERM_FUNCBASE, TERM_STOPMOUSETRACKING, TERM_DRAGWINDOW, TERM_RESIZEWINDOW,
  TERM_SETCOLOR, TERM_SETBACKGROUND, TERM_DRAWLINE, TERM_DRAWRECT,
  TERM_DRAWFILLEDRECT, TERM_DRAWPIXEL, TERM_OPENFONT, TERM_CLOSEFONT,
  TERM_DRAWTEXT, TERM_GETFONTSIZE, TERM_GETTEXTLENGTH, TERM_PUTIMAGE,
  TERM_GETSCREENDIMENSIONS, TERM_SETWINDOWDIMENSIONS, TERM_GETWINDOWDIMENSIONS, TERM_SETPOINTER,
  TERM_SETWINDOWTRANSPARENCY, TERM_FUNC_DONE
}

Functions

int term_Init (void)
void term_CleanUp (void)
u32 term_CallTL (int function, tag *taglist)
u32 term_Call (int function, u32 firsttag,...)
u32 term_StartMouseTracking (u32 firsttag,...)
u32 term_StartMouseTrackingTL (tag *taglist)
u32 term_StopMouseTracking (u32 firsttag,...)
u32 term_StopMouseTrackingTL (tag *taglist)
u32 term_DragWindow (u32 firsttag,...)
u32 term_DragWindowTL (tag *taglist)
u32 term_ResizeWindow (u32 firsttag,...)
u32 term_ResizeWindowTL (tag *taglist)
u32 term_SetColor (u32 firsttag,...)
u32 term_SetColorTL (tag *taglist)
u32 term_SetBackground (u32 firsttag,...)
u32 term_SetBackgroundTL (tag *taglist)
u32 term_DrawLine (u32 firsttag,...)
u32 term_DrawLineTL (tag *taglist)
u32 term_DrawRect (u32 firsttag,...)
u32 term_DrawRectTL (tag *taglist)
u32 term_DrawFilledRect (u32 firsttag,...)
u32 term_DrawFilledRectTL (tag *taglist)
u32 term_DrawPixel (u32 firsttag,...)
u32 term_DrawPixelTL (tag *taglist)
u32 term_OpenFont (u32 firsttag,...)
u32 term_OpenFontTL (tag *taglist)
u32 term_CloseFont (u32 firsttag,...)
u32 term_CloseFontTL (tag *taglist)
u32 term_DrawText (u32 firsttag,...)
u32 term_DrawTextTL (tag *taglist)
u32 term_GetFontSize (u32 firsttag,...)
u32 term_GetFontSizeTL (tag *taglist)
u32 term_GetTextLength (u32 firsttag,...)
u32 term_GetTextLengthTL (tag *taglist)
u32 term_PutImage (u32 firsttag,...)
u32 term_PutImageTL (tag *taglist)
u32 term_GetScreenDimensions (u32 firsttag,...)
u32 term_GetScreenDimensionsTL (tag *taglist)
u32 term_SetWindowDimensions (u32 firsttag,...)
u32 term_SetWindowDimensionsTL (tag *taglist)
u32 term_GetWindowDimensions (u32 firsttag,...)
u32 term_GetWindowDimensionsTL (tag *taglist)
u32 term_SetPointer (u32 firsttag,...)
u32 term_SetPointerTL (tag *taglist)
u32 term_SetWindowTransparency (u32 firsttag,...)
u32 term_SetWindowTransparencyTL (tag *taglist)
u32 term_OpenWindow (u32 firsttag,...)
u32 term_OpenWindowTL (tag *taglist)
u32 term_CloseWindow (u32 firsttag,...)
u32 term_CloseWindowTL (tag *taglist)
u32 term_RefreshWindow (u32 firsttag,...)
u32 term_RefreshWindowTL (tag *taglist)
u32 term_ClearWindow (u32 firsttag,...)
u32 term_ClearWindowTL (tag *taglist)
u32 term_GetWindowUserdata (u32 firsttag,...)
u32 term_GetWindowUserdataTL (tag *taglist)
u32 term_RefreshWindowPartial (u32 firsttag,...)
u32 term_RefreshWindowPartialTL (tag *taglist)
u32 term_SetWindowLimits (u32 firsttag,...)
u32 term_SetWindowLimitsTL (tag *taglist)
u32 term_SetWindowState (u32 firsttag,...)
u32 term_SetWindowStateTL (tag *taglist)
u32 term_SetWindowShape (u32 firsttag,...)
u32 term_SetWindowShapeTL (tag *taglist)
u32 term_GetWindowState (u32 firsttag,...)
u32 term_GetWindowStateTL (tag *taglist)


Define Documentation

#define RPC_CLEARWINDOW   0x0104
 

Definition at line 66 of file Terminal.h.

Referenced by term_ClearWindowTL.

#define RPC_CLOSEFONT   0x000C
 

Definition at line 51 of file Terminal.h.

Referenced by term_CloseFontTL.

#define RPC_CLOSEWINDOW   0x0101
 

Definition at line 63 of file Terminal.h.

Referenced by term_CloseWindowTL.

#define RPC_DRAGWINDOW   0x0003
 

Definition at line 42 of file Terminal.h.

Referenced by term_DragWindowTL.

#define RPC_DRAWFILLEDRECT   0x0009
 

Definition at line 48 of file Terminal.h.

Referenced by term_DrawFilledRectTL.

#define RPC_DRAWLINE   0x0007
 

Definition at line 46 of file Terminal.h.

Referenced by term_DrawLineTL.

#define RPC_DRAWPIXEL   0x000A
 

Definition at line 49 of file Terminal.h.

Referenced by term_DrawPixelTL.

#define RPC_DRAWRECT   0x0008
 

Definition at line 47 of file Terminal.h.

Referenced by term_DrawRectTL.

#define RPC_DRAWTEXT   0x000D
 

Definition at line 52 of file Terminal.h.

Referenced by term_DrawTextTL.

#define RPC_GETFONTSIZE   (0x000E|RPCF_RETVAL)
 

Definition at line 53 of file Terminal.h.

Referenced by term_GetFontSizeTL.

#define RPC_GETSCREENDIMENSIONS   (0x0011|RPCF_TAGLIST)
 

Definition at line 56 of file Terminal.h.

Referenced by term_GetScreenDimensionsTL.

#define RPC_GETTEXTLENGTH   (0x000F|RPCF_RETVAL)
 

Definition at line 54 of file Terminal.h.

Referenced by term_GetTextLengthTL.

#define RPC_GETWINDOWDIMENSIONS   (0x0013|RPCF_TAGLIST)
 

Definition at line 58 of file Terminal.h.

Referenced by term_GetWindowDimensionsTL.

#define RPC_GETWINDOWSTATE   (0x0109|RPCF_RETVAL)
 

Definition at line 71 of file Terminal.h.

Referenced by term_GetWindowStateTL.

#define RPC_GETWINDOWUSERDATA   (0x0105|RPCF_RETVAL)
 

Definition at line 67 of file Terminal.h.

Referenced by term_GetWindowUserdataTL.

#define RPC_INVALID   0x0000
 

Definition at line 37 of file Terminal.h.

Referenced by term_RpcCall.

#define RPC_OPENFONT   (0x000B|RPCF_RETVAL)
 

Definition at line 50 of file Terminal.h.

Referenced by term_OpenFontTL.

#define RPC_OPENWINDOW   (0x0100|RPCF_RETVAL)
 

Definition at line 62 of file Terminal.h.

Referenced by term_OpenWindowTL.

#define RPC_PUTIMAGE   0x0010
 

Definition at line 55 of file Terminal.h.

Referenced by term_PutImageTL.

#define RPC_REFRESHWINDOW   0x0102
 

Definition at line 64 of file Terminal.h.

Referenced by term_RefreshWindowTL.

#define RPC_REFRESHWINDOWPARTIAL   0x0103
 

Definition at line 65 of file Terminal.h.

Referenced by term_RefreshWindowPartialTL.

#define RPC_RESIZEWINDOW   0x0004
 

Definition at line 43 of file Terminal.h.

Referenced by term_ResizeWindowTL.

#define RPC_SETBACKGROUND   (0x0006|RPCF_RETVAL)
 

Definition at line 45 of file Terminal.h.

Referenced by term_SetBackgroundTL.

#define RPC_SETCOLOR   (0x0005|RPCF_RETVAL)
 

Definition at line 44 of file Terminal.h.

Referenced by term_SetColorTL.

#define RPC_SETPOINTER   0x0014
 

Definition at line 59 of file Terminal.h.

Referenced by term_SetPointerTL.

#define RPC_SETWINDOWDIMENSIONS   0x0012
 

Definition at line 57 of file Terminal.h.

Referenced by term_SetWindowDimensionsTL.

#define RPC_SETWINDOWLIMITS   0x0106
 

Definition at line 68 of file Terminal.h.

Referenced by term_SetWindowLimitsTL.

#define RPC_SETWINDOWSHAPE   0x0108
 

Definition at line 70 of file Terminal.h.

Referenced by term_SetWindowShapeTL.

#define RPC_SETWINDOWSTATE   0x0107
 

Definition at line 69 of file Terminal.h.

Referenced by term_SetWindowStateTL.

#define RPC_SETWINDOWTRANSPARENCY   0x0015
 

Definition at line 60 of file Terminal.h.

Referenced by term_SetWindowTransparencyTL.

#define RPC_STARTMOUSETRACKING   0x0001
 

Definition at line 40 of file Terminal.h.

Referenced by term_StartMouseTrackingTL.

#define RPC_STOPMOUSETRACKING   0x0002
 

Definition at line 41 of file Terminal.h.

Referenced by term_StopMouseTrackingTL.

#define RPCF_RETVAL   (1<<15)
 

Definition at line 34 of file Terminal.h.

Referenced by term_RpcCall.

#define RPCF_TAGLIST   (1<<14)
 

Definition at line 35 of file Terminal.h.

Referenced by term_RpcCall.


Enumeration Type Documentation

enum term_functions
 

Enumeration values:
TERM_STARTMOUSETRACKING 
TERM_STOPMOUSETRACKING 
TERM_DRAGWINDOW 
TERM_RESIZEWINDOW 
TERM_SETCOLOR 
TERM_SETBACKGROUND 
TERM_DRAWLINE 
TERM_DRAWRECT 
TERM_DRAWFILLEDRECT 
TERM_DRAWPIXEL 
TERM_OPENFONT 
TERM_CLOSEFONT 
TERM_DRAWTEXT 
TERM_GETFONTSIZE 
TERM_GETTEXTLENGTH 
TERM_PUTIMAGE 
TERM_GETSCREENDIMENSIONS 
TERM_SETWINDOWDIMENSIONS 
TERM_GETWINDOWDIMENSIONS 
TERM_SETPOINTER 
TERM_SETWINDOWTRANSPARENCY 
TERM_FUNC_DONE 

Definition at line 75 of file Terminal.h.


Function Documentation

u32 term_Call int    function,
u32    firsttag,
...   
 

Definition at line 1076 of file Terminal.c.

u32 term_CallTL int    function,
tag   taglist
 

Definition at line 1080 of file Terminal.c.

Referenced by term_Call.

void term_CleanUp void   
 

Definition at line 1135 of file Terminal.c.

u32 term_ClearWindow u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32

Definition at line 911 of file Terminal.c.

u32 term_ClearWindowTL tag   taglist
 

Definition at line 915 of file Terminal.c.

Referenced by term_ClearWindow.

u32 term_CloseFont u32    firsttag,
...   
 

Parameters:
TAG_GLW_FONT  u32

Definition at line 527 of file Terminal.c.

u32 term_CloseFontTL tag   taglist
 

Definition at line 531 of file Terminal.c.

Referenced by term_CloseFont.

u32 term_CloseWindow u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32

Definition at line 832 of file Terminal.c.

u32 term_CloseWindowTL tag   taglist
 

Definition at line 836 of file Terminal.c.

Referenced by term_CloseWindow.

u32 term_DragWindow u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32

Definition at line 276 of file Terminal.c.

u32 term_DragWindowTL tag   taglist
 

Definition at line 280 of file Terminal.c.

Referenced by term_DragWindow.

u32 term_DrawFilledRect u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_LEFT  int
TAG_GLW_TOP  int
TAG_GLW_WIDTH  int
TAG_GLW_HEIGHT  int

Definition at line 447 of file Terminal.c.

u32 term_DrawFilledRectTL tag   taglist
 

Definition at line 451 of file Terminal.c.

Referenced by term_DrawFilledRect.

u32 term_DrawLine u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_X1  int
TAG_GLW_Y1  int
TAG_GLW_X2  int
TAG_GLW_Y2  int

Definition at line 387 of file Terminal.c.

u32 term_DrawLineTL tag   taglist
 

Definition at line 391 of file Terminal.c.

Referenced by term_DrawLine.

u32 term_DrawPixel u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_X  int
TAG_GLW_Y  int

Definition at line 475 of file Terminal.c.

u32 term_DrawPixelTL tag   taglist
 

Definition at line 479 of file Terminal.c.

Referenced by term_DrawPixel.

u32 term_DrawRect u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_LEFT  int
TAG_GLW_TOP  int
TAG_GLW_WIDTH  int
TAG_GLW_HEIGHT  int

Definition at line 417 of file Terminal.c.

u32 term_DrawRectTL tag   taglist
 

Definition at line 421 of file Terminal.c.

Referenced by term_DrawRect.

u32 term_DrawText u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_FONT  u32
TAG_GLW_CLIPRECT  Rect_t *
TAG_GLW_TEXT  char *
TAG_GLW_FLAGS  u32

Definition at line 557 of file Terminal.c.

u32 term_DrawTextTL tag   taglist
 

Definition at line 561 of file Terminal.c.

Referenced by term_DrawText.

u32 term_GetFontSize u32    firsttag,
...   
 

Parameters:
TAG_GLW_FONT  u32

Definition at line 583 of file Terminal.c.

u32 term_GetFontSizeTL tag   taglist
 

Definition at line 587 of file Terminal.c.

Referenced by term_GetFontSize.

u32 term_GetScreenDimensions u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_RECT  Rect_t *

Definition at line 669 of file Terminal.c.

u32 term_GetScreenDimensionsTL tag   taglist
 

Definition at line 673 of file Terminal.c.

Referenced by term_GetScreenDimensions.

u32 term_GetTextLength u32    firsttag,
...   
 

Parameters:
TAG_GLW_FONT  u32
TAG_GLW_TEXT  char *

Definition at line 610 of file Terminal.c.

u32 term_GetTextLengthTL tag   taglist
 

Definition at line 614 of file Terminal.c.

Referenced by term_GetTextLength.

u32 term_GetWindowDimensions u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_RECT  Rect_t *

Definition at line 723 of file Terminal.c.

u32 term_GetWindowDimensionsTL tag   taglist
 

Definition at line 727 of file Terminal.c.

Referenced by term_GetWindowDimensions.

u32 term_GetWindowState u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32

Definition at line 1050 of file Terminal.c.

u32 term_GetWindowStateTL tag   taglist
 

Definition at line 1054 of file Terminal.c.

Referenced by term_GetWindowState.

u32 term_GetWindowUserdata u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32

Definition at line 937 of file Terminal.c.

u32 term_GetWindowUserdataTL tag   taglist
 

Definition at line 941 of file Terminal.c.

Referenced by term_GetWindowUserdata.

int term_Init void   
 

Definition at line 1098 of file Terminal.c.

u32 term_OpenFont u32    firsttag,
...   
 

Parameters:
TAG_GLW_CONN  u32
TAG_GLW_FACE  char *
TAG_GLW_SIZE  int
TAG_GLW_STYLE  u32

Definition at line 504 of file Terminal.c.

u32 term_OpenFontTL tag   taglist
 

Definition at line 508 of file Terminal.c.

Referenced by term_OpenFont.

u32 term_OpenWindow u32    firsttag,
...   
 

Parameters:
TAG_GLW_CONN  u32
TAG_GLW_RECT  Rect_t *
TAG_GLW_FLAGS  u32
TAG_GLW_USERDATA  u32

Definition at line 809 of file Terminal.c.

u32 term_OpenWindowTL tag   taglist
 

Definition at line 813 of file Terminal.c.

Referenced by term_OpenWindow.

u32 term_PutImage u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_PIXELS  Vector_t *
TAG_GLW_CLIPRECT  Rect_t *
TAG_GLW_LEFT  int
TAG_GLW_TOP  int
TAG_GLW_WIDTH  int
TAG_GLW_HEIGHT  int

Definition at line 642 of file Terminal.c.

u32 term_PutImageTL tag   taglist
 

Definition at line 646 of file Terminal.c.

Referenced by term_PutImage.

u32 term_RefreshWindow u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32

Definition at line 858 of file Terminal.c.

u32 term_RefreshWindowPartial u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_RECT  Rect_t *

Definition at line 885 of file Terminal.c.

u32 term_RefreshWindowPartialTL tag   taglist
 

Definition at line 889 of file Terminal.c.

Referenced by term_RefreshWindowPartial.

u32 term_RefreshWindowTL tag   taglist
 

Definition at line 862 of file Terminal.c.

Referenced by term_RefreshWindow.

u32 term_ResizeWindow u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_TYPE  int

Definition at line 303 of file Terminal.c.

u32 term_ResizeWindowTL tag   taglist
 

Definition at line 307 of file Terminal.c.

Referenced by term_ResizeWindow.

u32 term_SetBackground u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_RGB  u32

Definition at line 357 of file Terminal.c.

u32 term_SetBackgroundTL tag   taglist
 

Definition at line 361 of file Terminal.c.

Referenced by term_SetBackground.

u32 term_SetColor u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_RGB  u32

Definition at line 330 of file Terminal.c.

u32 term_SetColorTL tag   taglist
 

Definition at line 334 of file Terminal.c.

Referenced by term_SetColor.

u32 term_SetPointer u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_POINTER  int

Definition at line 750 of file Terminal.c.

u32 term_SetPointerTL tag   taglist
 

Definition at line 754 of file Terminal.c.

Referenced by term_SetPointer.

u32 term_SetWindowDimensions u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_RECT  Rect_t *

Definition at line 696 of file Terminal.c.

u32 term_SetWindowDimensionsTL tag   taglist
 

Definition at line 700 of file Terminal.c.

Referenced by term_SetWindowDimensions.

u32 term_SetWindowLimits u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_MINWIDTH  int
TAG_GLW_MINHEIGHT  int
TAG_GLW_MAXWIDTH  int
TAG_GLW_MAXHEIGHT  int

Definition at line 967 of file Terminal.c.

u32 term_SetWindowLimitsTL tag   taglist
 

Definition at line 971 of file Terminal.c.

Referenced by term_SetWindowLimits.

u32 term_SetWindowShape u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_VECTOR  Vector_t *
TAG_GLW_WIDTH  int
TAG_GLW_HEIGHT  int
TAG_GLW_BYTEWIDTH  int

Definition at line 1024 of file Terminal.c.

u32 term_SetWindowShapeTL tag   taglist
 

Definition at line 1028 of file Terminal.c.

Referenced by term_SetWindowShape.

u32 term_SetWindowState u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_STATE  int

Definition at line 994 of file Terminal.c.

u32 term_SetWindowStateTL tag   taglist
 

Definition at line 998 of file Terminal.c.

Referenced by term_SetWindowState.

u32 term_SetWindowTransparency u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32
TAG_GLW_PERCENT  int

Definition at line 777 of file Terminal.c.

u32 term_SetWindowTransparencyTL tag   taglist
 

Definition at line 781 of file Terminal.c.

Referenced by term_SetWindowTransparency.

u32 term_StartMouseTracking u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32

Definition at line 224 of file Terminal.c.

u32 term_StartMouseTrackingTL tag   taglist
 

Definition at line 228 of file Terminal.c.

Referenced by term_StartMouseTracking.

u32 term_StopMouseTracking u32    firsttag,
...   
 

Parameters:
TAG_GLW_WINDOW  u32

Definition at line 250 of file Terminal.c.

u32 term_StopMouseTrackingTL tag   taglist
 

Definition at line 254 of file Terminal.c.

Referenced by term_StopMouseTracking.


Generated on Tue Jan 7 12:12:53 2003 for THEGUI by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002