Changeset e96b4ce


Ignore:
Timestamp:
Jun 1, 2010, 12:25:27 AM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
ec4ccfc
Parents:
37f9818
git-author:
David Benjamin <davidben@mit.edu> (05/31/10 17:41:07)
git-committer:
David Benjamin <davidben@mit.edu> (06/01/10 00:25:27)
Message:
Don't generate window.c's functions
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r37f9818 re96b4ce  
    4949     keypress.c keymap.c keybinding.c cmd.c context.c \
    5050     aim.c buddy.c buddylist.c style.c errqueue.c \
    51      zbuddylist.c popexec.c select.c wcwidth.c window.c \
     51     zbuddylist.c popexec.c select.c wcwidth.c \
    5252     glib_compat.c
    5353
    54 NORMAL_SRCS = filterproc.c
     54NORMAL_SRCS = filterproc.c window.c
    5555
    5656BASE_SRCS = $(CODELIST_SRCS) $(NORMAL_SRCS)
  • owl.h

    rc447d9c re96b4ce  
    6060typedef void HV;
    6161#endif
     62
     63#include "window.h"
    6264
    6365#ifdef  GIT_VERSION
     
    389391  SV *perlobj;
    390392} owl_style;
    391 
    392 typedef struct _owl_window owl_window;
    393393
    394394typedef struct _owl_mainwin {
Note: See TracChangeset for help on using the changeset viewer.