[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: x_dialog.h
User: danmc
Date: 06/05/16 21:05:11
Added: . x_dialog.h
Log:
add missing header file
Revision Changes Path
1.1 eda/geda/devel/gschem/include/x_dialog.h
Index: x_dialog.h
===================================================================
/* $Id: x_dialog.h,v 1.1 2006/05/17 01:05:10 danmc Exp $ */
/* gEDA - GPL Electronic Design Automation
* gschem - gEDA Schematic Capture
* Copyright (C) 2006 Dan McMahill
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __X_DIALOG_H__
#define __X_DIALOG_H__
/*
* Flags for generic_filesel_dialog()
*/
#define FSB_MAY_EXIST 1
#define FSB_MUST_EXIST 2
#define FSB_SHOULD_NOT_EXIST 4
#define FSB_SAVE 256
#define FSB_LOAD 512
#endif /* __X_DIALOG_H__ */