Modified code to allow running as an applet or standalone. It auto detects

whether to operate in applet mode based on the command line arguments.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@297 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-08-18 02:34:06 +00:00
parent 99dc02bdf3
commit c9deae38a7
7 changed files with 172 additions and 55 deletions
+5 -1
View File
@@ -1,5 +1,5 @@
/**
* $Id: preferences.h,v 1.3 2001/08/16 20:25:09 mdb Exp $
* $Id: preferences.h,v 1.4 2001/08/18 02:34:06 mdb Exp $
*
* lookuplet - a utility for quickly looking up information
* Copyright (C) 2001 Michael Bayne
@@ -22,6 +22,7 @@
#ifndef _PREFERENCES_H_
#define _PREFERENCES_H_
#include <applet-widget.h>
#include <gnome.h>
extern void
@@ -36,4 +37,7 @@ lk_prefs_cleanup (void);
extern void
lk_prefs_display (void);
extern void
lk_prefs_display_applet (AppletWidget* applet, gpointer data);
#endif /* _PREFERENCES_H_ */