Last change
on this file since 2139 was
2139,
checked in by sam, 7 years ago
|
neercs: do not include "config.h" more than once.
|
-
Property svn:keywords set to
Id
|
File size:
704 bytes
|
Line | |
---|
1 | /* |
---|
2 | * neercs console-based window manager |
---|
3 | * Copyright (c) 2009-2010 Jean-Yves Lamoureux <jylam@lnxscene.org> |
---|
4 | * All Rights Reserved |
---|
5 | * |
---|
6 | * This program is free software. It comes without any warranty, to |
---|
7 | * the extent permitted by applicable law. You can redistribute it |
---|
8 | * and/or modify it under the terms of the Do What The Fuck You Want |
---|
9 | * To Public License, Version 2, as published by Sam Hocevar. See |
---|
10 | * http://sam.zoy.org/wtfpl/COPYING for more details. |
---|
11 | */ |
---|
12 | |
---|
13 | #ifdef USE_PYTHON |
---|
14 | |
---|
15 | #include <Python.h> |
---|
16 | #include "neercs.h" |
---|
17 | |
---|
18 | void initNeercsModule(struct screen_list *sl); |
---|
19 | void getExportedValues(PyObject * dictionary); |
---|
20 | void setExportedValues(PyObject * dictionary); |
---|
21 | |
---|
22 | |
---|
23 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.