mirror of
https://github.com/labwc/labwc.git
synced 2026-02-25 01:40:28 -05:00
Add translate.h for HAVE_NLS includes/defines
...to shrink labwc.h footprint
This commit is contained in:
parent
1692c47fa0
commit
26bd02d457
7 changed files with 19 additions and 8 deletions
|
|
@ -7,13 +7,6 @@
|
|||
#include "common/set.h"
|
||||
#include "input/cursor.h"
|
||||
#include "overlay.h"
|
||||
#if HAVE_NLS
|
||||
#include <libintl.h>
|
||||
#include <locale.h>
|
||||
#define _ gettext
|
||||
#else
|
||||
#define _(s) (s)
|
||||
#endif
|
||||
|
||||
#define XCURSOR_DEFAULT "left_ptr"
|
||||
#define XCURSOR_SIZE 24
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue