Added ui subdir to source

This commit is contained in:
James Booth
2013-02-02 19:57:46 +00:00
parent 1d3739bb79
commit ed3261a238
10 changed files with 16 additions and 16 deletions

View File

@@ -41,7 +41,7 @@
#include "muc.h"
#include "theme.h"
#include "tinyurl.h"
#include "ui.h"
#include "ui/ui.h"
#include "xmpp/xmpp.h"
typedef char*(*autocomplete_func)(char *);

View File

@@ -41,7 +41,7 @@
#include "profanity.h"
#include "muc.h"
#include "theme.h"
#include "ui.h"
#include "ui/ui.h"
#include "xmpp/xmpp.h"
static log_level_t _get_log_level(char *log_level);

View File

@@ -1,5 +1,5 @@
/*
* ui_inputwin.c
* inputwin.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,5 @@
/*
* ui_statusbar.c
* statusbar.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,5 @@
/*
* ui_titlebar.c
* titlebar.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
*

View File

@@ -1,5 +1,5 @@
/*
* ui_windows.c
* windows.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
*