You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2019/04/29 15:55:38 UTC

svn commit: r1858382 - in /openoffice/trunk/main/vcl/inc/unx/x11_cursors: null_curs.h null_mask.h

Author: mseidel
Date: Mon Apr 29 15:55:38 2019
New Revision: 1858382

URL: http://svn.apache.org/viewvc?rev=1858382&view=rev
Log:
Fixed error introduced in my last commit.

Modified:
    openoffice/trunk/main/vcl/inc/unx/x11_cursors/null_curs.h
    openoffice/trunk/main/vcl/inc/unx/x11_cursors/null_mask.h

Modified: openoffice/trunk/main/vcl/inc/unx/x11_cursors/null_curs.h
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/inc/unx/x11_cursors/null_curs.h?rev=1858382&r1=1858381&r2=1858382&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/inc/unx/x11_cursors/null_curs.h (original)
+++ openoffice/trunk/main/vcl/inc/unx/x11_cursors/null_curs.h Mon Apr 29 15:55:38 2019
@@ -20,9 +20,9 @@
  *************************************************************/
 
 
-#define null_curs_width 4
-#define null_curs_height 4
-#define null_curs_x_hot 2
-#define null_curs_y_hot 2
+#define nullcurs_width 4
+#define nullcurs_height 4
+#define nullcurs_x_hot 2 
+#define nullcurs_y_hot 2
 
-static const unsigned char null_curs_bits[] = {0x00,0x00};
+static const unsigned char nullcurs_bits[] = {0x00,0x00};

Modified: openoffice/trunk/main/vcl/inc/unx/x11_cursors/null_mask.h
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/inc/unx/x11_cursors/null_mask.h?rev=1858382&r1=1858381&r2=1858382&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/inc/unx/x11_cursors/null_mask.h (original)
+++ openoffice/trunk/main/vcl/inc/unx/x11_cursors/null_mask.h Mon Apr 29 15:55:38 2019
@@ -20,9 +20,9 @@
  *************************************************************/
 
 
-#define null_mask_width 4
-#define null_mask_height 4
-#define null_mask_x_hot 2
-#define null_mask_y_hot 2
+#define nullmask_width 4
+#define nullmask_height 4
+#define nullmask_x_hot 2
+#define nullmask_y_hot 2
 
-static const unsigned char null_mask_bits[] = {0x00,0x00};
+static const unsigned char nullmask_bits[] = {0x00,0x00};