DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T p

⟦7e06b1138⟧ TextFile

    Length: 1610 (0x64a)
    Types: TextFile
    Names: »patch.1«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/Sun/Othello/patch.1« 

TextFile


This patchfile does two things:

  (1) Adds in the CANVAS_FAST_MONO option to the window_create system
      call (V3.2 onwards).
  (2) Changes TABS back to spaces in the panel_create_item call and forces
      this item to be on the next line.


*** otool.c~	Mon Jan  5 12:40:42 1987
--- otool.c	Mon Jan  5 14:05:29 1987
***************
*** 20,26 ****
  
  #include "othello.h"
  
! #define  PATCHLEVEL     0
  
  /* Compilation parameters: */
  
--- 20,26 ----
  
  #include "othello.h"
  
! #define  PATCHLEVEL     1
  
  /* Compilation parameters: */
  
***************
*** 144,150 ****
  			 WIN_HEIGHT,	     TOTAL_WIDTH+1,
  			 WIN_WIDTH,	      TOTAL_WIDTH+1,
  			 WIN_IGNORE_PICK_EVENTS, KBD_REQUEST, WIN_ASCII_EVENTS, 0,
! /*		       CANVAS_FAST_MONO, TRUE, */
  			 0) ;
  
    window_fit(base_frame) ;
--- 144,150 ----
  			 WIN_HEIGHT,	     TOTAL_WIDTH+1,
  			 WIN_WIDTH,	      TOTAL_WIDTH+1,
  			 WIN_IGNORE_PICK_EVENTS, KBD_REQUEST, WIN_ASCII_EVENTS, 0,
! 			 CANVAS_FAST_MONO, TRUE,
  			 0) ;
  
    window_fit(base_frame) ;
***************
*** 252,259 ****
  		    0) ;
   
    remark_mes = panel_create_item(panel,PANEL_MESSAGE,
! 		 PANEL_LABEL_STRING,"				    ",
! 		 0) ;
  
    panel_mes = panel_create_item(panel,PANEL_MESSAGE,
  		PANEL_LABEL_STRING,"To move, use your left mouse button",
--- 252,259 ----
  		    0) ;
   
    remark_mes = panel_create_item(panel,PANEL_MESSAGE,
! 		 PANEL_LABEL_STRING,"                               ",
!                  0) ;
  
    panel_mes = panel_create_item(panel,PANEL_MESSAGE,
  		PANEL_LABEL_STRING,"To move, use your left mouse button",