mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-20 01:33:34 +01:00
Renamed "apercu" to "minipreview" in the source code
To be consistent, all place where the not-properly-written "apercu" was used in the source code (of wmaker and WPrefs) it has been replaced by an appropriate "minipreview" or similar, to be in line with the new name suggested by Yuri Tarasievich. This new name is better understood by contributors who speak usual english, but not this word which comes From french but is sparsely understood by british people. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
35fe34ac85
commit
67b4302ef8
@@ -30,7 +30,7 @@
|
||||
#define TILE_DRAWER 2
|
||||
|
||||
/* This is the border, in pixel, drawn around a Mini-Preview */
|
||||
#define APERCU_BORDER 1
|
||||
#define MINIPREVIEW_BORDER 1
|
||||
|
||||
typedef struct WIcon {
|
||||
WCoreWindow *core;
|
||||
@@ -51,7 +51,7 @@ typedef struct WIcon {
|
||||
unsigned int highlighted:1;
|
||||
|
||||
Pixmap pixmap;
|
||||
Pixmap apercu;
|
||||
Pixmap mini_preview;
|
||||
|
||||
WMHandlerID handlerID; /* timer handler ID for cycling select
|
||||
* color */
|
||||
@@ -78,6 +78,6 @@ char *get_name_for_instance_class(const char *wm_instance, const char *wm_class)
|
||||
|
||||
void wIconSetHighlited(WIcon *icon, Bool flag);
|
||||
void set_icon_image_from_image(WIcon *icon, RImage *image);
|
||||
void set_icon_apercu(WIcon *icon, RImage *image);
|
||||
void set_icon_minipreview(WIcon *icon, RImage *image);
|
||||
|
||||
#endif /* WMICON_H_ */
|
||||
|
||||
Reference in New Issue
Block a user