File: working-area.h

package info (click to toggle)
gpicview 0.2.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,076 kB
  • ctags: 612
  • sloc: sh: 10,231; ansic: 5,243; makefile: 139
file content (14 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef WORKING_AREA_H
#define WORKING_AREA_H

#include <glib.h>
#include <gdk/gdk.h>

G_BEGIN_DECLS

void get_working_area(GdkScreen* screen, GdkRectangle *rect);

G_END_DECLS

#endif