diff options
author | ZenWalker <[email protected]> | 2017-07-29 02:10:08 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2017-07-29 02:10:08 +0200 |
commit | ed1a6302c87c6070bbec549ec36c5b56c12a6564 (patch) | |
tree | 1e5042d3a0e8159065360af12d9f9467d6f5f134 /src/include/tabpopup.h | |
parent | c3ab92182c2a97d74c5b8cbd6dade9b48fab5c95 (diff) | |
download | marco-ed1a6302c87c6070bbec549ec36c5b56c12a6564.tar.bz2 marco-ed1a6302c87c6070bbec549ec36c5b56c12a6564.tar.xz |
avoid deprecated gdk_display_get_screen
Diffstat (limited to 'src/include/tabpopup.h')
-rw-r--r-- | src/include/tabpopup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/tabpopup.h b/src/include/tabpopup.h index c0466fff..eafe077e 100644 --- a/src/include/tabpopup.h +++ b/src/include/tabpopup.h @@ -56,7 +56,6 @@ struct _MetaTabEntry }; MetaTabPopup* meta_ui_tab_popup_new (const MetaTabEntry *entries, - int screen_number, int entry_count, int width, gboolean outline); |