Rename dsp -> display

This commit is contained in:
o9000
2016-01-01 13:49:10 +01:00
parent 59e56e5310
commit 106471225f
14 changed files with 365 additions and 365 deletions

View File

@@ -110,7 +110,7 @@ typedef struct Viewport {
} Viewport;
typedef struct Server {
Display *dsp;
Display *display;
Window root_win;
Window composite_manager;
gboolean real_transparency;
@@ -136,7 +136,7 @@ typedef struct Server {
Colormap colormap32;
Global_atom atom;
#ifdef HAVE_SN
SnDisplay *sn_dsp;
SnDisplay *sn_display;
GTree *pids;
#endif // HAVE_SN
} Server;