mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-22 19:43:31 +01:00
WINGs: Added a few missing const attributes
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
c7f745c353
commit
26c64933e0
@@ -25,7 +25,7 @@
|
||||
#define XDND_DEST_VIEW_IS_REGISTERED(dragInfo) ((dragInfo->destInfo) != NULL)\
|
||||
&& ((dragInfo->destInfo->destView->dragDestinationProcs) != NULL)
|
||||
|
||||
static unsigned char XDNDversion = XDND_VERSION;
|
||||
static const unsigned char XDNDversion = XDND_VERSION;
|
||||
static WMHandlerID dndDestinationTimer = NULL;
|
||||
|
||||
static void *idleState(WMView * destView, XClientMessageEvent * event, WMDraggingInfo * info);
|
||||
|
||||
Reference in New Issue
Block a user