Remove global variables from header files

git-svn-id: http://tint2.googlecode.com/svn/trunk@671 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
o9000
2015-01-28 15:13:56 +00:00
committed by mrovi9000@gmail.com
parent 1a3ba21245
commit d584d04691
7 changed files with 21 additions and 21 deletions

View File

@@ -17,7 +17,6 @@ void set_active (Window win);
void set_desktop (int desktop);
void set_close (Window win);
int server_get_current_desktop ();
int server_get_number_of_desktop ();
GSList *server_get_name_of_desktop ();
int window_is_iconified (Window win);
int window_is_urgent (Window win);