]> git.ipfire.org Git - thirdparty/newt.git/blobdiff - newt.h
1) fixed some timer issues
[thirdparty/newt.git] / newt.h
diff --git a/newt.h b/newt.h
index 4511df39d1ca970255c80b5db4297a26f99c1ff5..7f396fbf60976e17b5c77ed38c500b3245e8e40e 100644 (file)
--- a/newt.h
+++ b/newt.h
@@ -190,7 +190,7 @@ char * newtReflowText(char * text, int width, int flexDown, int flexUp,
 
 struct newtExitStruct {
     enum { NEWT_EXIT_HOTKEY, NEWT_EXIT_COMPONENT, NEWT_EXIT_FDREADY,
-          NEWT_EXIT_TIMEOUT } reason;
+          NEWT_EXIT_TIMER } reason;
     union {
        int key;
        newtComponent co;