File: linux-config.h

package info (click to toggle)
amoeba 1.1-32
  • links: PTS
  • area: contrib
  • in suites: forky, sid
  • size: 1,492 kB
  • sloc: cpp: 8,384; makefile: 140
file content (15 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _LINUX_CONFIG_H
#define _LINUX_CONFIG_H 1

#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>

#include "util/hashtable.h"

class LinuxConfig
{
public:
	LinuxConfig();
	void show(int *argc, char ***argv, Hashtable *attr_hash);
};
#endif /* !defined(_LINUX_CONFIG_H) */