Skip to content

Commit

Permalink
remove bitmap cursors
Browse files Browse the repository at this point in the history
use window system cursors instead
followup 3624d7b
  • Loading branch information
3nids committed Aug 23, 2016
1 parent f5aa28b commit 579ec8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions doc/api_break.dox
Expand Up @@ -401,6 +401,11 @@ be returned in place of a null pointer.</li>
<li>updateCRSCache() has been renamed to updateCrsCache</li>
</ul>

\subsection qgis_api_break_3_0_QgsCursors QgsCursors

<ul>
<li>remove old bitmap cursors pan and pan_mask. Use window system curosrs instead.</li>

\subsection qgis_api_break_3_0_QgsDataDefined QgsDataDefined

<ul>
Expand Down
3 changes: 0 additions & 3 deletions src/gui/qgscursors.h
Expand Up @@ -24,9 +24,6 @@
extern GUI_EXPORT const char *zoom_in[];
extern GUI_EXPORT const char *zoom_out[];

extern GUI_EXPORT const unsigned char pan_bits[]; // TODO QGIS3: Removeme
extern GUI_EXPORT const unsigned char pan_mask_bits[]; // TODO QGIS3: Removeme

extern GUI_EXPORT const char *capture_point_cursor[];
extern GUI_EXPORT const char *select_cursor[];
extern GUI_EXPORT const char *identify_cursor[];
Expand Down

0 comments on commit 579ec8b

Please sign in to comment.