?? server.hh
字號:
/********************************************************************* libvideogfx/x11/server.hh purpose: notes: to do: author(s): - Dirk Farin, farin@ti.uni-mannheim.de modifications: *********************************************************************/#ifndef LIBVIDEOGFX_X11_SERVER_HH#define LIBVIDEOGFX_X11_SERVER_HH#include <X11/Xlib.h>class X11Server{public: virtual ~X11Server() { } virtual Display* AskDisplay() const = 0;};extern const X11Server& default_x11server;#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -