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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user