Rename main file.

This commit is contained in:
Qball Cow 2014-03-12 08:41:38 +01:00
parent c268c10f8b
commit 6e7f1b746a
8 changed files with 7 additions and 7 deletions

View File

@ -34,7 +34,7 @@
#include <string.h>
#include <ctype.h>
#include "simpleswitcher.h"
#include "rofi.h"
char *dmenu_prompt = "dmenu ";

View File

@ -40,7 +40,7 @@
#include <ctype.h>
#include <errno.h>
#include "simpleswitcher.h"
#include "rofi.h"
#include "profile-dialog.h"
static inline int execshprofile( const char *profile )

View File

@ -61,7 +61,7 @@
#include <basedir.h>
#include "simpleswitcher.h"
#include "rofi.h"
#include "run-dialog.h"
#include "ssh-dialog.h"
#include "profile-dialog.h"

View File

@ -39,7 +39,7 @@
#include <string.h>
#include <errno.h>
#include "simpleswitcher.h"
#include "rofi.h"
#include "run-dialog.h"
#ifdef TIMING
#include <time.h>

View File

@ -39,7 +39,7 @@
#include <ctype.h>
#include <errno.h>
#include "simpleswitcher.h"
#include "rofi.h"
#include "ssh-dialog.h"
#ifdef TIMING
#include <time.h>

View File

@ -37,7 +37,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <X11/Xft/Xft.h>
#include <ctype.h>
#include "simpleswitcher.h"
#include "rofi.h"
#include "textbox.h"
#define SIDE_MARGIN 3

View File

@ -29,7 +29,7 @@
#include <string.h>
#include <X11/X.h>
#include <X11/Xresource.h>
#include "simpleswitcher.h"
#include "rofi.h"
#include "xrmoptions.h"
// Big thanks to Sean Pringle for this code.