src/transparency_gui.h
author rubidium
Tue, 16 Dec 2008 17:58:27 +0000
changeset 10426 4a77f7049b5e
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window.
6428
cfa5f3428d97 (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
     1
/* $Id$ */
cfa5f3428d97 (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
     2
9111
48ce04029fe4 (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
rubidium
parents: 6428
diff changeset
     3
/** @file transparency_gui.h GUI functions related to transparency. */
48ce04029fe4 (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
rubidium
parents: 6428
diff changeset
     4
6428
cfa5f3428d97 (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
     5
#ifndef TRANSPARENCY_GUI_H
cfa5f3428d97 (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
     6
#define TRANSPARENCY_GUI_H
cfa5f3428d97 (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
     7
cfa5f3428d97 (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
     8
void ShowTransparencyToolbar();
cfa5f3428d97 (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
     9
cfa5f3428d97 (svn r9564) -Fix (r9563): When adding files remember to add them...
peter1138
parents:
diff changeset
    10
#endif /* TRANSPARENCY_GUI_H */