Ignore:
Timestamp:
Jun 28, 2008, 1:22:26 PM (15 years ago)
Author:
Jean-Yves Lamoureux
Message:
  • Removed general local variables from main() and put it in struct screen_list
  • Moved most of the input handling to input.c
  • Moved lock feature to lock.c
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/Makefile.am

    r2463 r2495  
    33
    44neercs_SOURCES = neercs.h mygetopt.c recurrent.c main.c screens.c term.c \
    5                  grab.c effects.c wm.c screensaver.c attach.c configuration.c
     5                 grab.c effects.c wm.c screensaver.c attach.c configuration.c \
     6                                                                 input.c lock.c
    67neercs_CFLAGS = @CACA_CFLAGS@
    78neercs_LDADD = @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@
Note: See TracChangeset for help on using the changeset viewer.