📄 coriander.h
字号:
/* * Copyright (C) 2000-2004 Damien Douxchamps <ddouxchamps@users.sf.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU 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 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */#ifndef __CORIANDER_H__#define __CORIANDER_H__#ifdef HAVE_CONFIG_H# include <config.h>#endif #include <gnome.h>#include <libraw1394/raw1394.h>#include <libraw1394/csr.h>#include <libdc1394/dc1394_control.h>#ifdef HAVE_GDK_PIXBUF# include <gdk/gdk.h># include <gdk-pixbuf/gdk-pixbuf.h>#include <gdk-pixbuf/gdk-pixbuf-loader.h>#endif#ifdef HAVE_FTPLIB# include "ftplib.h"#endif // FTP lib#ifdef HAVE_FTPLIB#include <ftplib.h>#endif// this is for the nice icon display#ifdef HAVE_GDK_PIXBUF#include <gdk/gdk.h>#include <gdk-pixbuf/gdk-pixbuf.h>#include <gdk-pixbuf/gdk-pixbuf-loader.h>#endif#include <unistd.h>#include <pthread.h>#include <math.h>#include <sys/times.h>#include <sys/timeb.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/ioctl.h>#include <fcntl.h>#include <errno.h>#include <netinet/in.h>#include "raw1394support.h"#include "conversions.h"#include "definitions.h"#include "videodev.h"// SDL lib#ifdef HAVE_SDLLIB#include "SDL.h"#include "SDLEvent.h"#endif// X11 includes for the simplified XVinfo#ifdef HAVE_XV#include <X11/Xlib.h>#include <X11/extensions/Xvlib.h>#include <ctype.h>#endif#include "build_frames.h"#include "build_menus.h"#include "build_ranges.h"#include "build_windows.h"#include "callbacks.h"#include "camera.h"#include "interface.h"#include "preferences.h"#include "support.h"#include "thread_base.h"#include "thread_display.h"#include "thread_iso.h"#include "thread_save.h"#include "thread_ftp.h"#include "thread_v4l.h"#include "tools.h"#include "topology.h"#include "update_frames.h"#include "update_menus.h"#include "update_ranges.h"#include "update_windows.h"#include "watch_thread.h"GtkWidget *main_window;GtkWidget *about_window;GtkWidget *help_window;GtkWidget *preferences_window;GtkWidget *waiting_camera_window;CtxtInfo_t ctxt;Prefs_t preferences;int silent_ui_update;camera_t* camera;camera_t* cameras;xvinfo_t xvinfo;BusInfo_t* businfo;unsigned int format7_tab_presence;unsigned int main_timeout_ticker;unsigned int WM_cancel_display;#ifdef HAVE_SDLLIBcursor_info_t cursor_info;watchthread_info_t watchthread_info;#endif#endif // __CORIANDER_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -