initial shim graphics
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
* Define the default window system. This should be one that is compiled
|
||||
* into your system (see defines above). Known window systems are:
|
||||
*
|
||||
* tty, X11, mac, amii, BeOS, Qt, Gem, Gnome
|
||||
* tty, X11, mac, amii, BeOS, Qt, Gem, Gnome, shim
|
||||
*/
|
||||
|
||||
/* MAC also means MAC windows */
|
||||
@@ -144,6 +144,12 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef SHIM_GRAPHICS
|
||||
#ifndef DEFAULT_WINDOW_SYS
|
||||
#define DEFAULT_WINDOW_SYS "shim"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef X11_GRAPHICS
|
||||
/*
|
||||
* There are two ways that X11 tiles may be defined. (1) using a custom
|
||||
|
||||
Reference in New Issue
Block a user