home *** CD-ROM | disk | FTP | other *** search
- /* X11 dynamic functions */
- /* Patrice Mandin */
-
- #ifndef __I_X11__
- #define __I_X11__
-
- void I_InitGraphics_x11(void);
- void I_ShutdownGraphics_x11(void);
-
- void I_SetPalette256_x11(byte* palette);
-
- void I_VidUpdate_x11(void);
- /* void I_StartTic_x11(void); */
-
- void I_SetMainScreen_x11(void);
-
- void I_UpdateKeyboard_x11(void);
- void I_UpdateMouse_x11(void);
-
- #endif
-