summaryrefslogtreecommitdiff
path: root/src/ui/fixedtip.h
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-07-29 02:10:08 +0200
committerZenWalker <[email protected]>2017-07-29 02:10:08 +0200
commited1a6302c87c6070bbec549ec36c5b56c12a6564 (patch)
tree1e5042d3a0e8159065360af12d9f9467d6f5f134 /src/ui/fixedtip.h
parentc3ab92182c2a97d74c5b8cbd6dade9b48fab5c95 (diff)
downloadmarco-ed1a6302c87c6070bbec549ec36c5b56c12a6564.tar.bz2
marco-ed1a6302c87c6070bbec549ec36c5b56c12a6564.tar.xz
avoid deprecated gdk_display_get_screen
Diffstat (limited to 'src/ui/fixedtip.h')
-rw-r--r--src/ui/fixedtip.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/fixedtip.h b/src/ui/fixedtip.h
index c108df92..9a7dd78b 100644
--- a/src/ui/fixedtip.h
+++ b/src/ui/fixedtip.h
@@ -51,8 +51,7 @@
* \param root_y The Y coordinate where the tooltip should appear
* \param markup_text Text to display in the tooltip; can contain markup
*/
-void meta_fixed_tip_show (int screen_number,
- int root_x, int root_y,
+void meta_fixed_tip_show (int root_x, int root_y,
const char *markup_text);
/**