about summary refs log tree commit diff
path: root/converter/other/fiasco/buttons.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-09-28 02:40:42 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-09-28 02:40:42 +0000
commit34546ecb9b586f34e04f6e133a247ffe1f50046e (patch)
tree55c0c6c76c55bfe99a9f3c7dec416604a1c6dbd9 /converter/other/fiasco/buttons.h
parentd484f36f7c690d0a88476127afd9bdf90233699d (diff)
downloadnetpbm-mirror-34546ecb9b586f34e04f6e133a247ffe1f50046e.tar.gz
netpbm-mirror-34546ecb9b586f34e04f6e133a247ffe1f50046e.tar.xz
netpbm-mirror-34546ecb9b586f34e04f6e133a247ffe1f50046e.zip
Release 1.04.00
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@4700 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/fiasco/buttons.h')
-rw-r--r--converter/other/fiasco/buttons.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/converter/other/fiasco/buttons.h b/converter/other/fiasco/buttons.h
index 079715f5..19c4935e 100644
--- a/converter/other/fiasco/buttons.h
+++ b/converter/other/fiasco/buttons.h
@@ -1,8 +1,8 @@
 /*
  *  buttons.h
  *
- *  Written by:		Ullrich Hafner
- *		
+ *  Written by:         Ullrich Hafner
+ *
  *  This file is part of FIASCO (Fractal Image And Sequence COdec)
  *  Copyright (C) 1994-2000 Ullrich Hafner
  */
@@ -20,15 +20,15 @@
 #ifndef X_DISPLAY_MISSING
 
 typedef enum grayscale_e {BLACK, NGRAY, LGRAY, DGRAY, RED,
-			  THICKBLACK, NO_GC} grayscale_t;
+                          THICKBLACK, NO_GC} grayscale_t;
 typedef enum buttons_e {STOP_BUTTON, PLAY_BUTTON, PAUSE_BUTTON, RECORD_BUTTON,
-			QUIT_BUTTON, NO_BUTTON} buttons_t;
+                        QUIT_BUTTON, NO_BUTTON} buttons_t;
 
 typedef struct buttoninfo
 {
    Window   window;
    bool_t   pressed [NO_BUTTON];
-   GC	    gc [NO_GC];
+   GC       gc [NO_GC];
    unsigned width;
    unsigned height;
    unsigned progbar_height;
@@ -37,12 +37,12 @@ typedef struct buttoninfo
 
 void
 check_events (x11_info_t *xinfo, binfo_t *binfo, unsigned n,
-	      unsigned n_frames);
+              unsigned n_frames);
 void
 wait_for_input (x11_info_t *xinfo);
-binfo_t * 
+binfo_t *
 init_buttons (x11_info_t *xinfo, unsigned n, unsigned n_frames,
-	      unsigned buttons_height, unsigned progbar_height);
+              unsigned buttons_height, unsigned progbar_height);
 
 #endif /* not X_DISPLAY_MISSING */