summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-09 08:19:50 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-09 08:19:50 +0000
commitbea2f46906da7879e07e4e4d296b5b257a54cfd1 (patch)
treea9cc3b1dd97ad349d05fe317a42cb546eed103cb /vcl/unx
parent4427024ac0a83ee8f0904e2c1fb89b2565b6c194 (diff)
INTEGRATION: CWS enhselect (1.1.2); FILE ADDED
2004/08/18 19:30:33 fme 1.1.2.3: #i32329# New cursor icons for enhanced table selection 2004/08/18 19:24:19 fme 1.1.2.2: #i32329# New cursor icons for enhanced table selection 2004/08/18 18:57:08 fme 1.1.2.1: #i32329# New cursor icons for enhanced table selection
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/source/inc/tblselw_curs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/vcl/unx/source/inc/tblselw_curs.h b/vcl/unx/source/inc/tblselw_curs.h
new file mode 100644
index 000000000000..9d802d094ef8
--- /dev/null
+++ b/vcl/unx/source/inc/tblselw_curs.h
@@ -0,0 +1,8 @@
+#define tblselw_curs_width 16
+#define tblselw_curs_height 16
+#define tblselw_curs_x_hot 1
+#define tblselw_curs_y_hot 8
+static char tblselw_curs_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x30, 0x00,
+ 0x38, 0x00, 0xfc, 0x3f, 0xfe, 0x3f, 0xfc, 0x3f, 0x38, 0x00, 0x30, 0x00,
+ 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };