diff options
Diffstat (limited to 'src/gui_haiku.cc')
-rw-r--r-- | src/gui_haiku.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_haiku.cc b/src/gui_haiku.cc index 1dd29b760..78a444a91 100644 --- a/src/gui_haiku.cc +++ b/src/gui_haiku.cc @@ -656,7 +656,7 @@ drop_callback(void *cookie) // TODO here we could handle going to a specific position in the dropped // file (see src/gui_mac.c, deleted in 8.2.1422) // Update the screen display - update_screen(NOT_VALID); + update_screen(UPD_NOT_VALID); } // Really handle dropped files and folders. |