remove more x11*

This commit is contained in:
Gwenhael Le Moine 2024-09-24 15:50:34 +02:00
parent 36e1501e5a
commit a632375f04
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
4 changed files with 5 additions and 4 deletions

View file

@ -122,8 +122,8 @@ static char rcs_id[] = "$Id: emulator.c,v 4.1 2000/12/11 09:54:19 cibrario Rel $
#include "machdep.h"
#include "cpu.h"
#include "modules.h"
#include "x11_lcd.h"
#include "x11.h"
/* #include "x11_lcd.h" */
/* #include "x11.h" */
#include "serial.h"
#include "debug.h"

View file

@ -102,7 +102,7 @@ static char rcs_id[] = "$Id: x_func.c,v 4.1 2000/12/11 09:54:19 cibrario Rel $";
#include "cpu.h"
#include "modules.h"
#include "disk_io.h"
#include "x11.h" /* ActivateFSB() */
/* #include "x11.h" /\* ActivateFSB() *\/ */
#include "x_func.h"
#include "debug.h"
@ -294,7 +294,8 @@ static void SendContinuation( int proceed, char* file_name )
- Invokes ActivateFSB() to pop the FSB up; continuation 'cont' will
be invoked when the user interaction ends
- Halts the CPU
*/
*/
typedef void ( *FsbContinuation )( int proceed, char* file_name );
static void SetupXfer( int msg, const char* def_msg, FsbContinuation cont )
{
debug1( DEBUG_C_TRACE, X_FUNC_I_CALLED, "SetupXfer" );